Html Css Color HEX #A89DBE Biloba Flower

📋 copy color: '#A89DBE'

red 168 ◦ green 157 ◦ blue 190

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

Shades of Biloba Flower #A89DBE

Tints of Biloba Flower #A89DBE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.49%

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

R = 32.62%
G = 30.49%
B = 36.89%

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

#A89DBE (or 0xA89DBE) is known color: Biloba Flower. HEX triplet: A8, 9D and BE. RGB value is (168,157,190). Sum of RGB (Red+Green+Blue) = 168+157+190=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #A89DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89DBE is #576241. Grayscale: #A3A3A3. Windows color (decimal): -5726786 or 12492200. OLE color: 12492200.

HSL color Cylindrical-coordinate representation of color #A89DBE: hue angle of 260º 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 #A89DBE is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 157 190 -
CMYK 0.12 0.17 0 0.25
HSL 260º 0.2% 0.68% -
HSV(B) 260º 0.17% 0.75% -
XYZ 37.5 36.16 53.72 -
YUV 164.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 168 157 190 0.12 0.17 0 0.25 260 0.2 0.68
Hex A8 9D BE C 11 0 19 104 14 44
Octal 250 235 276 14 21 0 31 404 24 104
Binary 10101000 10011101 10111110 1100 10001 0 11001 100000100 10100 1000100

Color Harmonies of #A89DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89DBE

Black with #A89DBE

Text Example


Text Example

White with #A89DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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