Html Css Color HEX #A89AD8 Biloba Flower

📋 copy color: '#A89AD8'

red 168 ◦ green 154 ◦ blue 216

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

Shades of Biloba Flower #A89AD8

Tints of Biloba Flower #A89AD8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.62%

 BLUE value IS 216 (84.77% from 255) = 40.15%

R = 31.23%
G = 28.62%
B = 40.15%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A89AD8 (or 0xA89AD8) is known color: Biloba Flower. HEX triplet: A8, 9A and D8. RGB value is (168,154,216). Sum of RGB (Red+Green+Blue) = 168+154+216=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #A89AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89AD8 is #576527. Grayscale: #A5A5A5. Windows color (decimal): -5727528 or 14195368. OLE color: 14195368.

HSL color Cylindrical-coordinate representation of color #A89AD8: hue angle of 253.55º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89AD8 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 154 216 -
CMYK 0.22 0.29 0 0.15
HSL 253.55º 0.44% 0.73% -
HSV(B) 253.55º 0.29% 0.85% -
XYZ 40.1 36.39 69.88 -
YUV 165.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 168 154 216 0.22 0.29 0 0.15 253.55 0.44 0.73
Hex A8 9A D8 16 1D 0 F FE 2C 49
Octal 250 232 330 26 35 0 17 376 54 111
Binary 10101000 10011010 11011000 10110 11101 0 1111 11111110 101100 1001001

Color Harmonies of #A89AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89AD8

Black with #A89AD8

Text Example


Text Example

White with #A89AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89AD8; }

 p { color: rgb(168,154,216); }

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

background-color css

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

 a { background-color: rgb(168,154,216); }

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

border-color css

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

 span { border-color: rgb(168,154,216); }

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