#A08ADF

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

Shades of Biloba Flower #A08ADF

Tints of Biloba Flower #A08ADF

Color information

#A08ADF (or 0xA08ADF) is unknown color: approx Biloba Flower. HEX triplet: A0, 8A and DF. RGB value is (160,138,223). Sum of RGB (Red+Green+Blue) = 160+138+223=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #A08ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ADF is #5F7520. Grayscale: #999999. Windows color (decimal): -6255905 or 14650016. OLE color: 14650016.

HSL color Cylindrical-coordinate representation of color #A08ADF: hue angle of 255.53º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08ADF is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160138223-
CMYK0.280.3800.13
HSL255.53º57.05%70.78%-
HSV(B)255.53º38.12%87.45%-
XYZ36.930.9873.85-
YUV154.27166.79132.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=30.71%
G=26.49%
B=42.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601382230.280.3800.13255.5357.0570.78
HexA08ADF1C260D1003947
Octal240212337344601540071107
Binary10100000100010101101111111100100110011011000000001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08ADF; }

 p { color: rgb(160,138,223); }

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

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

 a { background-color: rgb(160,138,223); }

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

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

 span { border-color: rgb(160,138,223); }

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