Html Css Color HEX #AB96C9 Biloba Flower

📋 copy color: '#AB96C9'

red 171 ◦ green 150 ◦ blue 201

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

Shades of Biloba Flower #AB96C9

Tints of Biloba Flower #AB96C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.51%

R = 32.76%
G = 28.74%
B = 38.51%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB96C9 (or 0xAB96C9) is known color: Biloba Flower. HEX triplet: AB, 96 and C9. RGB value is (171,150,201). Sum of RGB (Red+Green+Blue) = 171+150+201=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB96C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96C9 is #546936. Grayscale: #A1A1A1. Windows color (decimal): -5531959 or 13211307. OLE color: 13211307.

HSL color Cylindrical-coordinate representation of color #AB96C9: hue angle of 264.71º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB96C9 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 150 201 -
CMYK 0.15 0.25 0 0.21
HSL 264.71º 0.32% 0.69% -
HSV(B) 264.71º 0.25% 0.79% -
XYZ 38.24 34.69 59.94 -
YUV 162.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 171 150 201 0.15 0.25 0 0.21 264.71 0.32 0.69
Hex AB 96 C9 F 19 0 15 109 20 45
Octal 253 226 311 17 31 0 25 411 40 105
Binary 10101011 10010110 11001001 1111 11001 0 10101 100001001 100000 1000101

Color Harmonies of #AB96C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96C9

Black with #AB96C9

Text Example


Text Example

White with #AB96C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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