Html Css Color HEX #A08EDB Biloba Flower

📋 copy color: '#A08EDB'

red 160 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #A08EDB

Tints of Biloba Flower #A08EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 30.71%
G = 27.26%
B = 42.03%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A08EDB (or 0xA08EDB) is known color: Biloba Flower. HEX triplet: A0, 8E and DB. RGB value is (160,142,219). Sum of RGB (Red+Green+Blue) = 160+142+219=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #A08EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EDB is #5F7124. Grayscale: #9B9B9B. Windows color (decimal): -6254885 or 14388896. OLE color: 14388896.

HSL color Cylindrical-coordinate representation of color #A08EDB: hue angle of 254.03º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A08EDB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 142 219 -
CMYK 0.27 0.35 0 0.14
HSL 254.03º 0.52% 0.71% -
HSV(B) 254.03º 0.35% 0.86% -
XYZ 36.96 31.93 71.23 -
YUV 156.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 160 142 219 0.27 0.35 0 0.14 254.03 0.52 0.71
Hex A0 8E DB 1B 23 0 E FE 34 47
Octal 240 216 333 33 43 0 16 376 64 107
Binary 10100000 10001110 11011011 11011 100011 0 1110 11111110 110100 1000111

Color Harmonies of #A08EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EDB

Black with #A08EDB

Text Example


Text Example

White with #A08EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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