Html Css Color HEX #AB97E5 Biloba Flower

📋 copy color: '#AB97E5'

red 171 ◦ green 151 ◦ blue 229

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

Shades of Biloba Flower #AB97E5

Tints of Biloba Flower #AB97E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.56%

R = 31.03%
G = 27.4%
B = 41.56%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB97E5 (or 0xAB97E5) is known color: Biloba Flower. HEX triplet: AB, 97 and E5. RGB value is (171,151,229). Sum of RGB (Red+Green+Blue) = 171+151+229=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB97E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97E5 is #54681A. Grayscale: #A5A5A5. Windows color (decimal): -5531675 or 15046571. OLE color: 15046571.

HSL color Cylindrical-coordinate representation of color #AB97E5: hue angle of 255.38º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB97E5 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 151 229 -
CMYK 0.25 0.34 0 0.10
HSL 255.38º 0.6% 0.75% -
HSV(B) 255.38º 0.34% 0.9% -
XYZ 42 36.45 78.95 -
YUV 165.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 171 151 229 0.25 0.34 0 0.10 255.38 0.6 0.75
Hex AB 97 E5 19 22 0 A FF 3C 4B
Octal 253 227 345 31 42 0 12 377 74 113
Binary 10101011 10010111 11100101 11001 100010 0 1010 11111111 111100 1001011

Color Harmonies of #AB97E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB97E5

Black with #AB97E5

Text Example


Text Example

White with #AB97E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB97E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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