#A68DD4

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

Shades of Biloba Flower #A68DD4

Tints of Biloba Flower #A68DD4

Color information

#A68DD4 (or 0xA68DD4) is unknown color: approx Biloba Flower. HEX triplet: A6, 8D and D4. RGB value is (166,141,212). Sum of RGB (Red+Green+Blue) = 166+141+212=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #A68DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68DD4 is #59722B. Grayscale: #9C9C9C. Windows color (decimal): -5861932 or 13929894. OLE color: 13929894.

HSL color Cylindrical-coordinate representation of color #A68DD4: hue angle of 261.13º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68DD4 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB166141212-
CMYK0.220.3300.17
HSL261.13º45.22%69.22%-
HSV(B)261.13º33.49%83.14%-
XYZ37.1331.9166.49-
YUV156.57159.28134.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.98%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=31.98%
G=27.17%
B=40.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1661412120.220.3300.17261.1345.2269.22
HexA68DD416210111052d45
Octal246215324264102140555105
Binary101001101000110111010100101101000010100011000001011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68DD4; }

 p { color: rgb(166,141,212); }

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

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

 a { background-color: rgb(166,141,212); }

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

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

 span { border-color: rgb(166,141,212); }

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