Html Css Color HEX #AB96CB Biloba Flower

📋 copy color: '#AB96CB'

red 171 ◦ green 150 ◦ blue 203

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

Shades of Biloba Flower #AB96CB

Tints of Biloba Flower #AB96CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 32.63%
G = 28.63%
B = 38.74%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB96CB (or 0xAB96CB) is known color: Biloba Flower. HEX triplet: AB, 96 and CB. RGB value is (171,150,203). Sum of RGB (Red+Green+Blue) = 171+150+203=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB96CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96CB is #546934. Grayscale: #A2A2A2. Windows color (decimal): -5531957 or 13342379. OLE color: 13342379.

HSL color Cylindrical-coordinate representation of color #AB96CB: hue angle of 263.77º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB96CB is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 150 203 -
CMYK 0.16 0.26 0 0.20
HSL 263.77º 0.34% 0.69% -
HSV(B) 263.77º 0.26% 0.8% -
XYZ 38.48 34.78 61.19 -
YUV 162.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 171 150 203 0.16 0.26 0 0.20 263.77 0.34 0.69
Hex AB 96 CB 10 1A 0 14 108 22 45
Octal 253 226 313 20 32 0 24 410 42 105
Binary 10101011 10010110 11001011 10000 11010 0 10100 100001000 100010 1000101

Color Harmonies of #AB96CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96CB

Black with #AB96CB

Text Example


Text Example

White with #AB96CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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