Html Css Color HEX #A08ADB Biloba Flower

📋 copy color: '#A08ADB'

red 160 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #A08ADB

Tints of Biloba Flower #A08ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.69%

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

R = 30.95%
G = 26.69%
B = 42.36%

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

#A08ADB (or 0xA08ADB) is known color: Biloba Flower. HEX triplet: A0, 8A and DB. RGB value is (160,138,219). Sum of RGB (Red+Green+Blue) = 160+138+219=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #A08ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ADB is #5F7524. Grayscale: #999999. Windows color (decimal): -6255909 or 14387872. OLE color: 14387872.

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

Color convert

RGB 160 138 219 -
CMYK 0.27 0.37 0 0.14
HSL 256.3º 0.53% 0.7% -
HSV(B) 256.3º 0.37% 0.86% -
XYZ 36.37 30.77 71.04 -
YUV 153.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 160 138 219 0.27 0.37 0 0.14 256.3 0.53 0.7
Hex A0 8A DB 1B 25 0 E 100 35 46
Octal 240 212 333 33 45 0 16 400 65 106
Binary 10100000 10001010 11011011 11011 100101 0 1110 100000000 110101 1000110

Color Harmonies of #A08ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08ADB

Black with #A08ADB

Text Example


Text Example

White with #A08ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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