Html Css Color HEX #A89BDE Biloba Flower

📋 copy color: '#A89BDE'

red 168 ◦ green 155 ◦ blue 222

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

Shades of Biloba Flower #A89BDE

Tints of Biloba Flower #A89BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.73%

R = 30.83%
G = 28.44%
B = 40.73%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A89BDE (or 0xA89BDE) is known color: Biloba Flower. HEX triplet: A8, 9B and DE. RGB value is (168,155,222). Sum of RGB (Red+Green+Blue) = 168+155+222=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #A89BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89BDE is #576421. Grayscale: #A6A6A6. Windows color (decimal): -5727266 or 14588840. OLE color: 14588840.

HSL color Cylindrical-coordinate representation of color #A89BDE: hue angle of 251.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89BDE is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 155 222 -
CMYK 0.24 0.30 0 0.13
HSL 251.64º 0.5% 0.74% -
HSV(B) 251.64º 0.3% 0.87% -
XYZ 41.05 37.04 74.09 -
YUV 166.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 168 155 222 0.24 0.30 0 0.13 251.64 0.5 0.74
Hex A8 9B DE 18 1E 0 D FC 32 4A
Octal 250 233 336 30 36 0 15 374 62 112
Binary 10101000 10011011 11011110 11000 11110 0 1101 11111100 110010 1001010

Color Harmonies of #A89BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89BDE

Black with #A89BDE

Text Example


Text Example

White with #A89BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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