Html Css Color HEX #AB97C5 Biloba Flower

📋 copy color: '#AB97C5'

red 171 ◦ green 151 ◦ blue 197

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

Shades of Biloba Flower #AB97C5

Tints of Biloba Flower #AB97C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.96%

R = 32.95%
G = 29.09%
B = 37.96%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB97C5 (or 0xAB97C5) is known color: Biloba Flower. HEX triplet: AB, 97 and C5. RGB value is (171,151,197). Sum of RGB (Red+Green+Blue) = 171+151+197=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB97C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97C5 is #54683A. Grayscale: #A2A2A2. Windows color (decimal): -5531707 or 12949419. OLE color: 12949419.

HSL color Cylindrical-coordinate representation of color #AB97C5: hue angle of 266.09º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB97C5 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 151 197 -
CMYK 0.13 0.23 0 0.23
HSL 266.09º 0.28% 0.68% -
HSV(B) 266.09º 0.23% 0.77% -
XYZ 37.94 34.82 57.55 -
YUV 162.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 171 151 197 0.13 0.23 0 0.23 266.09 0.28 0.68
Hex AB 97 C5 D 17 0 17 10A 1C 44
Octal 253 227 305 15 27 0 27 412 34 104
Binary 10101011 10010111 11000101 1101 10111 0 10111 100001010 11100 1000100

Color Harmonies of #AB97C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB97C5

Black with #AB97C5

Text Example


Text Example

White with #AB97C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB97C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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