Html Css Color HEX #AB96D8 Biloba Flower

📋 copy color: '#AB96D8'

red 171 ◦ green 150 ◦ blue 216

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

Shades of Biloba Flower #AB96D8

Tints of Biloba Flower #AB96D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.22%

R = 31.84%
G = 27.93%
B = 40.22%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB96D8 (or 0xAB96D8) is known color: Biloba Flower. HEX triplet: AB, 96 and D8. RGB value is (171,150,216). Sum of RGB (Red+Green+Blue) = 171+150+216=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB96D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96D8 is #546927. Grayscale: #A3A3A3. Windows color (decimal): -5531944 or 14194347. OLE color: 14194347.

HSL color Cylindrical-coordinate representation of color #AB96D8: hue angle of 259.09º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB96D8 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 150 216 -
CMYK 0.21 0.31 0 0.15
HSL 259.09º 0.46% 0.72% -
HSV(B) 259.09º 0.31% 0.85% -
XYZ 40.1 35.43 69.69 -
YUV 163.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 171 150 216 0.21 0.31 0 0.15 259.09 0.46 0.72
Hex AB 96 D8 15 1F 0 F 103 2E 48
Octal 253 226 330 25 37 0 17 403 56 110
Binary 10101011 10010110 11011000 10101 11111 0 1111 100000011 101110 1001000

Color Harmonies of #AB96D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96D8

Black with #AB96D8

Text Example


Text Example

White with #AB96D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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