#A08DEB

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

Shades of Biloba Flower #A08DEB

Tints of Biloba Flower #A08DEB

Color information

#A08DEB (or 0xA08DEB) is unknown color: approx Biloba Flower. HEX triplet: A0, 8D and EB. RGB value is (160,141,235). Sum of RGB (Red+Green+Blue) = 160+141+235=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #A08DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08DEB is #5F7214. Grayscale: #9D9D9D. Windows color (decimal): -6255125 or 15437216. OLE color: 15437216.

HSL color Cylindrical-coordinate representation of color #A08DEB: hue angle of 252.13º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08DEB is Cyan = 0.32, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160141235-
CMYK0.320.400.08
HSL252.13º70.15%73.73%-
HSV(B)252.13º40%92.16%-
XYZ39.0232.5282.82-
YUV157.4171.79129.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.85%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 235 (92.19% from 255) = 43.84%
R=29.85%
G=26.31%
B=43.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601412350.320.400.08252.1370.1573.73
HexA08DEB202808fc464a
Octal2402153534050010374106112
Binary101000001000110111101011100000101000010001111110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08DEB; }

 p { color: rgb(160,141,235); }

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

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

 a { background-color: rgb(160,141,235); }

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

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

 span { border-color: rgb(160,141,235); }

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