Html Css Color HEX #AB96E7 Biloba Flower

📋 copy color: '#AB96E7'

red 171 ◦ green 150 ◦ blue 231

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

Shades of Biloba Flower #AB96E7

Tints of Biloba Flower #AB96E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.85%

R = 30.98%
G = 27.17%
B = 41.85%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB96E7 (or 0xAB96E7) is known color: Biloba Flower. HEX triplet: AB, 96 and E7. RGB value is (171,150,231). Sum of RGB (Red+Green+Blue) = 171+150+231=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB96E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB96E7 is #546918. Grayscale: #A5A5A5. Windows color (decimal): -5531929 or 15177387. OLE color: 15177387.

HSL color Cylindrical-coordinate representation of color #AB96E7: hue angle of 255.56º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB96E7 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 150 231 -
CMYK 0.26 0.35 0 0.09
HSL 255.56º 0.63% 0.75% -
HSV(B) 255.56º 0.35% 0.91% -
XYZ 42.12 36.24 80.38 -
YUV 165.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 171 150 231 0.26 0.35 0 0.09 255.56 0.63 0.75
Hex AB 96 E7 1A 23 0 9 100 3F 4B
Octal 253 226 347 32 43 0 11 400 77 113
Binary 10101011 10010110 11100111 11010 100011 0 1001 100000000 111111 1001011

Color Harmonies of #AB96E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96E7

Black with #AB96E7

Text Example


Text Example

White with #AB96E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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