Html Css Color HEX #AB96CE Biloba Flower

📋 copy color: '#AB96CE'

red 171 ◦ green 150 ◦ blue 206

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

Shades of Biloba Flower #AB96CE

Tints of Biloba Flower #AB96CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 32.45%
G = 28.46%
B = 39.09%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB96CE (or 0xAB96CE) is known color: Biloba Flower. HEX triplet: AB, 96 and CE. RGB value is (171,150,206). Sum of RGB (Red+Green+Blue) = 171+150+206=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB96CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96CE is #546931. Grayscale: #A2A2A2. Windows color (decimal): -5531954 or 13538987. OLE color: 13538987.

HSL color Cylindrical-coordinate representation of color #AB96CE: hue angle of 262.5º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB96CE is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 150 206 -
CMYK 0.17 0.27 0 0.19
HSL 262.5º 0.36% 0.7% -
HSV(B) 262.5º 0.27% 0.81% -
XYZ 38.84 34.93 63.09 -
YUV 162.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 171 150 206 0.17 0.27 0 0.19 262.5 0.36 0.7
Hex AB 96 CE 11 1B 0 13 106 24 46
Octal 253 226 316 21 33 0 23 406 44 106
Binary 10101011 10010110 11001110 10001 11011 0 10011 100000110 100100 1000110

Color Harmonies of #AB96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96CE

Black with #AB96CE

Text Example


Text Example

White with #AB96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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