#A693CF

Color #A693CF Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A693CF

Tints of Biloba Flower #A693CF

Color information

#A693CF (or 0xA693CF) is unknown color: approx Biloba Flower. HEX triplet: A6, 93 and CF. RGB value is (166,147,207). Sum of RGB (Red+Green+Blue) = 166+147+207=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #A693CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693CF is #596C30. Grayscale: #9F9F9F. Windows color (decimal): -5860401 or 13603750. OLE color: 13603750.

HSL color Cylindrical-coordinate representation of color #A693CF: hue angle of 259º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A693CF is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166147207-
CMYK0.200.2900.19
HSL259º38.46%69.41%-
HSV(B)259º28.99%81.18%-
XYZ37.4233.4863.52-
YUV159.52154.79132.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 147 (57.81% from 255) = 28.27%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=31.92%
G=28.27%
B=39.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661472070.200.2900.1925938.4669.41
HexA693CF141D0131032645
Octal246223317243502340346105
Binary10100110100100111100111110100111010100111000000111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693CF; }

 p { color: rgb(166,147,207); }

 H1.HeaderClassName
 {
   color: #A693CF;
 }
 .AnyTagClassName
 {
   color: #A693CF;
 }
</style>
background-color css

<style>
 a { background-color: #A693CF; }

 a { background-color: rgb(166,147,207); }

 div.DivClassName
 {
   background-color: #A693CF;
 }
 .BgClassName
 {
   background-color: #A693CF;
 }
</style>
border-color css

<style>
 span { border-color: #A693CF; }

 span { border-color: rgb(166,147,207); }

 td.TdClassName
 {
   border-color: #A693CF;
 }
 .TagClassName
 {
   border-color: #A693CF;
 }
</style>