Html Css Color HEX #AB99F0 Biloba Flower

📋 copy color: '#AB99F0'

red 171 ◦ green 153 ◦ blue 240

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

Shades of Biloba Flower #AB99F0

Tints of Biloba Flower #AB99F0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.13%

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 30.32%
G = 27.13%
B = 42.55%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB99F0 (or 0xAB99F0) is known color: Biloba Flower. HEX triplet: AB, 99 and F0. RGB value is (171,153,240). Sum of RGB (Red+Green+Blue) = 171+153+240=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB99F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB99F0 is #54660F. Grayscale: #A7A7A7. Windows color (decimal): -5531152 or 15767979. OLE color: 15767979.

HSL color Cylindrical-coordinate representation of color #AB99F0: hue angle of 252.41º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB99F0 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 153 240 -
CMYK 0.29 0.36 0 0.06
HSL 252.41º 0.74% 0.77% -
HSV(B) 252.41º 0.36% 0.94% -
XYZ 43.91 37.73 87.41 -
YUV 168.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 171 153 240 0.29 0.36 0 0.06 252.41 0.74 0.77
Hex AB 99 F0 1D 24 0 6 FC 4A 4D
Octal 253 231 360 35 44 0 6 374 112 115
Binary 10101011 10011001 11110000 11101 100100 0 110 11111100 1001010 1001101

Color Harmonies of #AB99F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB99F0

Black with #AB99F0

Text Example


Text Example

White with #AB99F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB99F0; }

 p { color: rgb(171,153,240); }

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

background-color css

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

 a { background-color: rgb(171,153,240); }

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

border-color css

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

 span { border-color: rgb(171,153,240); }

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