Html Css Color HEX #A89EBE Biloba Flower

📋 copy color: '#A89EBE'

red 168 ◦ green 158 ◦ blue 190

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

Shades of Biloba Flower #A89EBE

Tints of Biloba Flower #A89EBE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.62%

 BLUE value IS 190 (74.61% from 255) = 36.82%

R = 32.56%
G = 30.62%
B = 36.82%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A89EBE (or 0xA89EBE) is known color: Biloba Flower. HEX triplet: A8, 9E and BE. RGB value is (168,158,190). Sum of RGB (Red+Green+Blue) = 168+158+190=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #A89EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EBE is #576141. Grayscale: #A4A4A4. Windows color (decimal): -5726530 or 12492456. OLE color: 12492456.

HSL color Cylindrical-coordinate representation of color #A89EBE: hue angle of 258.75º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A89EBE is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 158 190 -
CMYK 0.12 0.17 0 0.25
HSL 258.75º 0.2% 0.68% -
HSV(B) 258.75º 0.17% 0.75% -
XYZ 37.67 36.5 53.77 -
YUV 164.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 168 158 190 0.12 0.17 0 0.25 258.75 0.2 0.68
Hex A8 9E BE C 11 0 19 103 14 44
Octal 250 236 276 14 21 0 31 403 24 104
Binary 10101000 10011110 10111110 1100 10001 0 11001 100000011 10100 1000100

Color Harmonies of #A89EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89EBE

Black with #A89EBE

Text Example


Text Example

White with #A89EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89EBE; }

 p { color: rgb(168,158,190); }

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

background-color css

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

 a { background-color: rgb(168,158,190); }

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

border-color css

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

 span { border-color: rgb(168,158,190); }

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