Html Css Color HEX #AB96CF Biloba Flower

📋 copy color: '#AB96CF'

red 171 ◦ green 150 ◦ blue 207

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

Shades of Biloba Flower #AB96CF

Tints of Biloba Flower #AB96CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.2%

R = 32.39%
G = 28.41%
B = 39.2%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB96CF (or 0xAB96CF) is known color: Biloba Flower. HEX triplet: AB, 96 and CF. RGB value is (171,150,207). Sum of RGB (Red+Green+Blue) = 171+150+207=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB96CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96CF is #546930. Grayscale: #A2A2A2. Windows color (decimal): -5531953 or 13604523. OLE color: 13604523.

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

Color convert

RGB 171 150 207 -
CMYK 0.17 0.28 0 0.19
HSL 262.11º 0.37% 0.7% -
HSV(B) 262.11º 0.28% 0.81% -
XYZ 38.96 34.98 63.73 -
YUV 162.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 171 150 207 0.17 0.28 0 0.19 262.11 0.37 0.7
Hex AB 96 CF 11 1C 0 13 106 25 46
Octal 253 226 317 21 34 0 23 406 45 106
Binary 10101011 10010110 11001111 10001 11100 0 10011 100000110 100101 1000110

Color Harmonies of #AB96CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96CF

Black with #AB96CF

Text Example


Text Example

White with #AB96CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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