Html Css Color HEX #A08BDB Biloba Flower

📋 copy color: '#A08BDB'

red 160 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #A08BDB

Tints of Biloba Flower #A08BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.83%

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

R = 30.89%
G = 26.83%
B = 42.28%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A08BDB (or 0xA08BDB) is known color: Biloba Flower. HEX triplet: A0, 8B and DB. RGB value is (160,139,219). Sum of RGB (Red+Green+Blue) = 160+139+219=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #A08BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BDB is #5F7424. Grayscale: #9A9A9A. Windows color (decimal): -6255653 or 14388128. OLE color: 14388128.

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

Color convert

RGB 160 139 219 -
CMYK 0.27 0.37 0 0.14
HSL 255.75º 0.53% 0.7% -
HSV(B) 255.75º 0.37% 0.86% -
XYZ 36.52 31.05 71.09 -
YUV 154.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 160 139 219 0.27 0.37 0 0.14 255.75 0.53 0.7
Hex A0 8B DB 1B 25 0 E 100 35 46
Octal 240 213 333 33 45 0 16 400 65 106
Binary 10100000 10001011 11011011 11011 100101 0 1110 100000000 110101 1000110

Color Harmonies of #A08BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BDB

Black with #A08BDB

Text Example


Text Example

White with #A08BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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