Html Css Color HEX #AB97E1 Biloba Flower

📋 copy color: '#AB97E1'

red 171 ◦ green 151 ◦ blue 225

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

Shades of Biloba Flower #AB97E1

Tints of Biloba Flower #AB97E1

RGB

 RED value IS 171 (67.19% from 255) = 31.26%

 GREEN value IS 151 (59.38% from 255) = 27.61%

 BLUE value IS 225 (88.28% from 255) = 41.13%

R = 31.26%
G = 27.61%
B = 41.13%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB97E1 (or 0xAB97E1) is known color: Biloba Flower. HEX triplet: AB, 97 and E1. RGB value is (171,151,225). Sum of RGB (Red+Green+Blue) = 171+151+225=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB97E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97E1 is #54681E. Grayscale: #A5A5A5. Windows color (decimal): -5531679 or 14784427. OLE color: 14784427.

HSL color Cylindrical-coordinate representation of color #AB97E1: hue angle of 256.22º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB97E1 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 151 225 -
CMYK 0.24 0.33 0 0.12
HSL 256.22º 0.55% 0.74% -
HSV(B) 256.22º 0.33% 0.88% -
XYZ 41.45 36.23 76.04 -
YUV 165.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 171 151 225 0.24 0.33 0 0.12 256.22 0.55 0.74
Hex AB 97 E1 18 21 0 C 100 37 4A
Octal 253 227 341 30 41 0 14 400 67 112
Binary 10101011 10010111 11100001 11000 100001 0 1100 100000000 110111 1001010

Color Harmonies of #AB97E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB97E1

Black with #AB97E1

Text Example


Text Example

White with #AB97E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB97E1; }

 p { color: rgb(171,151,225); }

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

background-color css

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

 a { background-color: rgb(171,151,225); }

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

border-color css

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

 span { border-color: rgb(171,151,225); }

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