Html Css Color HEX #AB96EC Biloba Flower

📋 copy color: '#AB96EC'

red 171 ◦ green 150 ◦ blue 236

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

Shades of Biloba Flower #AB96EC

Tints of Biloba Flower #AB96EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 30.7%
G = 26.93%
B = 42.37%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB96EC (or 0xAB96EC) is known color: Biloba Flower. HEX triplet: AB, 96 and EC. RGB value is (171,150,236). Sum of RGB (Red+Green+Blue) = 171+150+236=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB96EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB96EC is #546913. Grayscale: #A5A5A5. Windows color (decimal): -5531924 or 15505067. OLE color: 15505067.

HSL color Cylindrical-coordinate representation of color #AB96EC: hue angle of 254.65º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB96EC is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 150 236 -
CMYK 0.28 0.36 0 0.07
HSL 254.65º 0.69% 0.76% -
HSV(B) 254.65º 0.36% 0.93% -
XYZ 42.84 36.53 84.15 -
YUV 166.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 171 150 236 0.28 0.36 0 0.07 254.65 0.69 0.76
Hex AB 96 EC 1C 24 0 7 FF 45 4C
Octal 253 226 354 34 44 0 7 377 105 114
Binary 10101011 10010110 11101100 11100 100100 0 111 11111111 1000101 1001100

Color Harmonies of #AB96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96EC

Black with #AB96EC

Text Example


Text Example

White with #AB96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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