Html Css Color HEX #A08EDE Biloba Flower

📋 copy color: '#A08EDE'

red 160 ◦ green 142 ◦ blue 222

#A08EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A08EDE

Tints of Biloba Flower #A08EDE

RGB

 RED value IS 160 (62.89% from 255) = 30.53%

 GREEN value IS 142 (55.86% from 255) = 27.1%

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 30.53%
G = 27.1%
B = 42.37%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A08EDE (or 0xA08EDE) is known color: Biloba Flower. HEX triplet: A0, 8E and DE. RGB value is (160,142,222). Sum of RGB (Red+Green+Blue) = 160+142+222=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #A08EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EDE is #5F7121. Grayscale: #9C9C9C. Windows color (decimal): -6254882 or 14585504. OLE color: 14585504.

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

Color convert

RGB 160 142 222 -
CMYK 0.28 0.36 0 0.13
HSL 253.5º 0.55% 0.71% -
HSV(B) 253.5º 0.36% 0.87% -
XYZ 37.36 32.09 73.33 -
YUV 156.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 160 142 222 0.28 0.36 0 0.13 253.5 0.55 0.71
Hex A0 8E DE 1C 24 0 D FE 37 47
Octal 240 216 336 34 44 0 15 376 67 107
Binary 10100000 10001110 11011110 11100 100100 0 1101 11111110 110111 1000111

Color Harmonies of #A08EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EDE

Black with #A08EDE

Text Example


Text Example

White with #A08EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EDE; }

 p { color: rgb(160,142,222); }

 H1.HeaderClassName
 {
   color: #A08EDE;
 }
 .AnyTagClassName
 {
   color: #A08EDE;
 }
</style>

background-color css

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

 a { background-color: rgb(160,142,222); }

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

border-color css

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

 span { border-color: rgb(160,142,222); }

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