#A68FCD

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

Shades of Biloba Flower #A68FCD

Tints of Biloba Flower #A68FCD

Color information

#A68FCD (or 0xA68FCD) is unknown color: approx Biloba Flower. HEX triplet: A6, 8F and CD. RGB value is (166,143,205). Sum of RGB (Red+Green+Blue) = 166+143+205=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #A68FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FCD is #597032. Grayscale: #9C9C9C. Windows color (decimal): -5861427 or 13471654. OLE color: 13471654.

HSL color Cylindrical-coordinate representation of color #A68FCD: hue angle of 262.26º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A68FCD is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166143205-
CMYK0.190.3000.20
HSL262.26º38.27%68.24%-
HSV(B)262.26º30.24%80.39%-
XYZ36.5732.1662.04-
YUV156.94155.12134.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.30%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=32.30%
G=27.82%
B=39.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661432050.190.3000.20262.2638.2768.24
HexA68FCD131E0141062644
Octal246217315233602440646104
Binary10100110100011111100110110011111100101001000001101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FCD; }

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

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

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

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

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

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

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

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