Html Css Color HEX #AB96FF Biloba Flower

📋 copy color: '#AB96FF'

red 171 ◦ green 150 ◦ blue 255

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

Shades of Biloba Flower #AB96FF

Tints of Biloba Flower #AB96FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.27%

R = 29.69%
G = 26.04%
B = 44.27%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB96FF (or 0xAB96FF) is known color: Biloba Flower. HEX triplet: AB, 96 and FF. RGB value is (171,150,255). Sum of RGB (Red+Green+Blue) = 171+150+255=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB96FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB96FF is #546900. Grayscale: #A7A7A7. Windows color (decimal): -5531905 or 16750251. OLE color: 16750251.

HSL color Cylindrical-coordinate representation of color #AB96FF: hue angle of 252º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB96FF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 150 255 -
CMYK 0.33 0.41 0 0
HSL 252º 1% 0.79% -
HSV(B) 252º 0.41% 1% -
XYZ 45.75 37.69 99.47 -
YUV 168.25 176.96 129.96 -
System Red Green Blue C M Y K H S L
Decimal 171 150 255 0.33 0.41 0 0 252 1 0.79
Hex AB 96 FF 21 29 0 0 FC 64 4F
Octal 253 226 377 41 51 0 0 374 144 117
Binary 10101011 10010110 11111111 100001 101001 0 0 11111100 1100100 1001111

Color Harmonies of #AB96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96FF

Black with #AB96FF

Text Example


Text Example

White with #AB96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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