Html Css Color HEX #AB88F0 Biloba Flower

📋 copy color: '#AB88F0'

red 171 ◦ green 136 ◦ blue 240

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

Shades of Biloba Flower #AB88F0

Tints of Biloba Flower #AB88F0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.86%

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

R = 31.26%
G = 24.86%
B = 43.88%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB88F0 (or 0xAB88F0) is known color: Biloba Flower. HEX triplet: AB, 88 and F0. RGB value is (171,136,240). Sum of RGB (Red+Green+Blue) = 171+136+240=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB88F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB88F0 is #54770F. Grayscale: #9D9D9D. Windows color (decimal): -5535504 or 15763627. OLE color: 15763627.

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

Color convert

RGB 171 136 240 -
CMYK 0.29 0.43 0 0.06
HSL 260.19º 0.78% 0.74% -
HSV(B) 260.19º 0.43% 0.94% -
XYZ 41.33 32.56 86.54 -
YUV 158.32 174.1 137.04 -
System Red Green Blue C M Y K H S L
Decimal 171 136 240 0.29 0.43 0 0.06 260.19 0.78 0.74
Hex AB 88 F0 1D 2B 0 6 104 4E 4A
Octal 253 210 360 35 53 0 6 404 116 112
Binary 10101011 10001000 11110000 11101 101011 0 110 100000100 1001110 1001010

Color Harmonies of #AB88F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB88F0

Black with #AB88F0

Text Example


Text Example

White with #AB88F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB88F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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