Html Css Color HEX #A89BDB Biloba Flower

📋 copy color: '#A89BDB'

red 168 ◦ green 155 ◦ blue 219

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

Shades of Biloba Flower #A89BDB

Tints of Biloba Flower #A89BDB

RGB

 RED value IS 168 (66.02% from 255) = 31%

 GREEN value IS 155 (60.94% from 255) = 28.6%

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

R = 31%
G = 28.6%
B = 40.41%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A89BDB (or 0xA89BDB) is known color: Biloba Flower. HEX triplet: A8, 9B and DB. RGB value is (168,155,219). Sum of RGB (Red+Green+Blue) = 168+155+219=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #A89BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BDB is #576424. Grayscale: #A5A5A5. Windows color (decimal): -5727269 or 14392232. OLE color: 14392232.

HSL color Cylindrical-coordinate representation of color #A89BDB: hue angle of 252.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89BDB is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 155 219 -
CMYK 0.23 0.29 0 0.14
HSL 252.19º 0.47% 0.73% -
HSV(B) 252.19º 0.29% 0.86% -
XYZ 40.66 36.88 71.99 -
YUV 166.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 168 155 219 0.23 0.29 0 0.14 252.19 0.47 0.73
Hex A8 9B DB 17 1D 0 E FC 2F 49
Octal 250 233 333 27 35 0 16 374 57 111
Binary 10101000 10011011 11011011 10111 11101 0 1110 11111100 101111 1001001

Color Harmonies of #A89BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89BDB

Black with #A89BDB

Text Example


Text Example

White with #A89BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89BDB; }

 p { color: rgb(168,155,219); }

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

background-color css

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

 a { background-color: rgb(168,155,219); }

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

border-color css

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

 span { border-color: rgb(168,155,219); }

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