Html Css Color HEX #A89FBE Biloba Flower

📋 copy color: '#A89FBE'

red 168 ◦ green 159 ◦ blue 190

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

Shades of Biloba Flower #A89FBE

Tints of Biloba Flower #A89FBE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.75%

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

R = 32.5%
G = 30.75%
B = 36.75%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A89FBE (or 0xA89FBE) is known color: Biloba Flower. HEX triplet: A8, 9F and BE. RGB value is (168,159,190). Sum of RGB (Red+Green+Blue) = 168+159+190=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #A89FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FBE is #576041. Grayscale: #A5A5A5. Windows color (decimal): -5726274 or 12492712. OLE color: 12492712.

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

Color convert

RGB 168 159 190 -
CMYK 0.12 0.16 0 0.25
HSL 257.42º 0.19% 0.68% -
HSV(B) 257.42º 0.16% 0.75% -
XYZ 37.84 36.84 53.83 -
YUV 165.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 168 159 190 0.12 0.16 0 0.25 257.42 0.19 0.68
Hex A8 9F BE C 10 0 19 101 13 44
Octal 250 237 276 14 20 0 31 401 23 104
Binary 10101000 10011111 10111110 1100 10000 0 11001 100000001 10011 1000100

Color Harmonies of #A89FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89FBE

Black with #A89FBE

Text Example


Text Example

White with #A89FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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