Html Css Color HEX #A08CDB Biloba Flower

📋 copy color: '#A08CDB'

red 160 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #A08CDB

Tints of Biloba Flower #A08CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.97%

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

R = 30.83%
G = 26.97%
B = 42.2%

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

#A08CDB (or 0xA08CDB) is known color: Biloba Flower. HEX triplet: A0, 8C and DB. RGB value is (160,140,219). Sum of RGB (Red+Green+Blue) = 160+140+219=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #A08CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CDB is #5F7324. Grayscale: #9A9A9A. Windows color (decimal): -6255397 or 14388384. OLE color: 14388384.

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

Color convert

RGB 160 140 219 -
CMYK 0.27 0.36 0 0.14
HSL 255.19º 0.52% 0.7% -
HSV(B) 255.19º 0.36% 0.86% -
XYZ 36.66 31.34 71.14 -
YUV 154.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 160 140 219 0.27 0.36 0 0.14 255.19 0.52 0.7
Hex A0 8C DB 1B 24 0 E FF 34 46
Octal 240 214 333 33 44 0 16 377 64 106
Binary 10100000 10001100 11011011 11011 100100 0 1110 11111111 110100 1000110

Color Harmonies of #A08CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08CDB

Black with #A08CDB

Text Example


Text Example

White with #A08CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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