Html Css Color HEX #AB96DF Biloba Flower

📋 copy color: '#AB96DF'

red 171 ◦ green 150 ◦ blue 223

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

Shades of Biloba Flower #AB96DF

Tints of Biloba Flower #AB96DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 31.43%
G = 27.57%
B = 40.99%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB96DF (or 0xAB96DF) is known color: Biloba Flower. HEX triplet: AB, 96 and DF. RGB value is (171,150,223). Sum of RGB (Red+Green+Blue) = 171+150+223=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB96DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96DF is #546920. Grayscale: #A4A4A4. Windows color (decimal): -5531937 or 14653099. OLE color: 14653099.

HSL color Cylindrical-coordinate representation of color #AB96DF: hue angle of 257.26º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB96DF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 150 223 -
CMYK 0.23 0.33 0 0.13
HSL 257.26º 0.53% 0.73% -
HSV(B) 257.26º 0.33% 0.87% -
XYZ 41.02 35.8 74.56 -
YUV 164.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 171 150 223 0.23 0.33 0 0.13 257.26 0.53 0.73
Hex AB 96 DF 17 21 0 D 101 35 49
Octal 253 226 337 27 41 0 15 401 65 111
Binary 10101011 10010110 11011111 10111 100001 0 1101 100000001 110101 1001001

Color Harmonies of #AB96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96DF

Black with #AB96DF

Text Example


Text Example

White with #AB96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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