Html Css Color HEX #A08FDB Biloba Flower

📋 copy color: '#A08FDB'

red 160 ◦ green 143 ◦ blue 219

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

Shades of Biloba Flower #A08FDB

Tints of Biloba Flower #A08FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.39%

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

R = 30.65%
G = 27.39%
B = 41.95%

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

#A08FDB (or 0xA08FDB) is known color: Biloba Flower. HEX triplet: A0, 8F and DB. RGB value is (160,143,219). Sum of RGB (Red+Green+Blue) = 160+143+219=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #A08FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FDB is #5F7024. Grayscale: #9C9C9C. Windows color (decimal): -6254629 or 14389152. OLE color: 14389152.

HSL color Cylindrical-coordinate representation of color #A08FDB: hue angle of 253.42º degrees, saturation: 0.51, 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 #A08FDB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 143 219 -
CMYK 0.27 0.35 0 0.14
HSL 253.42º 0.51% 0.71% -
HSV(B) 253.42º 0.35% 0.86% -
XYZ 37.11 32.23 71.28 -
YUV 156.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 160 143 219 0.27 0.35 0 0.14 253.42 0.51 0.71
Hex A0 8F DB 1B 23 0 E FD 33 47
Octal 240 217 333 33 43 0 16 375 63 107
Binary 10100000 10001111 11011011 11011 100011 0 1110 11111101 110011 1000111

Color Harmonies of #A08FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FDB

Black with #A08FDB

Text Example


Text Example

White with #A08FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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