Html Css Color HEX #A08DDB Biloba Flower

📋 copy color: '#A08DDB'

red 160 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #A08DDB

Tints of Biloba Flower #A08DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.12%

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

R = 30.77%
G = 27.12%
B = 42.12%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A08DDB (or 0xA08DDB) is known color: Biloba Flower. HEX triplet: A0, 8D and DB. RGB value is (160,141,219). Sum of RGB (Red+Green+Blue) = 160+141+219=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #A08DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DDB is #5F7224. Grayscale: #9B9B9B. Windows color (decimal): -6255141 or 14388640. OLE color: 14388640.

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

Color convert

RGB 160 141 219 -
CMYK 0.27 0.36 0 0.14
HSL 254.62º 0.52% 0.71% -
HSV(B) 254.62º 0.36% 0.86% -
XYZ 36.81 31.64 71.18 -
YUV 155.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 160 141 219 0.27 0.36 0 0.14 254.62 0.52 0.71
Hex A0 8D DB 1B 24 0 E FF 34 47
Octal 240 215 333 33 44 0 16 377 64 107
Binary 10100000 10001101 11011011 11011 100100 0 1110 11111111 110100 1000111

Color Harmonies of #A08DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DDB

Black with #A08DDB

Text Example


Text Example

White with #A08DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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