#A68FD4

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

Shades of Biloba Flower #A68FD4

Tints of Biloba Flower #A68FD4

Color information

#A68FD4 (or 0xA68FD4) is unknown color: approx Biloba Flower. HEX triplet: A6, 8F and D4. RGB value is (166,143,212). Sum of RGB (Red+Green+Blue) = 166+143+212=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #A68FD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FD4 is #59702B. Grayscale: #9D9D9D. Windows color (decimal): -5861420 or 13930406. OLE color: 13930406.

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

Color convert

RGB166143212-
CMYK0.220.3300.17
HSL260º44.52%69.61%-
HSV(B)260º32.55%83.14%-
XYZ37.4332.5166.59-
YUV157.74158.62133.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 212 (83.20% from 255) = 40.69%
R=31.86%
G=27.45%
B=40.69%

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
Decimal1661432120.220.3300.1726044.5269.61
HexA68FD416210111042d46
Octal246217324264102140455106
Binary101001101000111111010100101101000010100011000001001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FD4; }

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

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

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

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

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

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

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

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