#A68FCF

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

Shades of Biloba Flower #A68FCF

Tints of Biloba Flower #A68FCF

Color information

#A68FCF (or 0xA68FCF) is unknown color: approx Biloba Flower. HEX triplet: A6, 8F and CF. RGB value is (166,143,207). Sum of RGB (Red+Green+Blue) = 166+143+207=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #A68FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FCF is #597030. Grayscale: #9C9C9C. Windows color (decimal): -5861425 or 13602726. OLE color: 13602726.

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

Color convert

RGB166143207-
CMYK0.200.3100.19
HSL261.56º40%68.63%-
HSV(B)261.56º30.92%81.18%-
XYZ36.8132.2663.32-
YUV157.17156.12134.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=32.17%
G=27.71%
B=40.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661432070.200.3100.19261.564068.63
HexA68FCF141F0131062845
Octal246217317243702340650105
Binary10100110100011111100111110100111110100111000001101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FCF; }

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

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

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

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

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

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

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

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