Html Css Color HEX #AB96C5 Biloba Flower

📋 copy color: '#AB96C5'

red 171 ◦ green 150 ◦ blue 197

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

Shades of Biloba Flower #AB96C5

Tints of Biloba Flower #AB96C5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.96%

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

R = 33.01%
G = 28.96%
B = 38.03%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB96C5 (or 0xAB96C5) is known color: Biloba Flower. HEX triplet: AB, 96 and C5. RGB value is (171,150,197). Sum of RGB (Red+Green+Blue) = 171+150+197=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB96C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96C5 is #54693A. Grayscale: #A1A1A1. Windows color (decimal): -5531963 or 12949163. OLE color: 12949163.

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

Color convert

RGB 171 150 197 -
CMYK 0.13 0.24 0 0.23
HSL 266.81º 0.29% 0.68% -
HSV(B) 266.81º 0.24% 0.77% -
XYZ 37.78 34.5 57.49 -
YUV 161.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 171 150 197 0.13 0.24 0 0.23 266.81 0.29 0.68
Hex AB 96 C5 D 18 0 17 10B 1D 44
Octal 253 226 305 15 30 0 27 413 35 104
Binary 10101011 10010110 11000101 1101 11000 0 10111 100001011 11101 1000100

Color Harmonies of #AB96C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96C5

Black with #AB96C5

Text Example


Text Example

White with #AB96C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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