Html Css Color HEX #AB8AFC Biloba Flower

📋 copy color: '#AB8AFC'

red 171 ◦ green 138 ◦ blue 252

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

Shades of Biloba Flower #AB8AFC

Tints of Biloba Flower #AB8AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.6%

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 30.48%
G = 24.6%
B = 44.92%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB8AFC (or 0xAB8AFC) is known color: Biloba Flower. HEX triplet: AB, 8A and FC. RGB value is (171,138,252). Sum of RGB (Red+Green+Blue) = 171+138+252=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB8AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8AFC is #547503. Grayscale: #A0A0A0. Windows color (decimal): -5534980 or 16550571. OLE color: 16550571.

HSL color Cylindrical-coordinate representation of color #AB8AFC: hue angle of 257.37º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB8AFC is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 138 252 -
CMYK 0.32 0.45 0 0.01
HSL 257.37º 0.95% 0.76% -
HSV(B) 257.37º 0.45% 0.99% -
XYZ 43.45 33.86 96.34 -
YUV 160.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 171 138 252 0.32 0.45 0 0.01 257.37 0.95 0.76
Hex AB 8A FC 20 2D 0 1 101 5F 4C
Octal 253 212 374 40 55 0 1 401 137 114
Binary 10101011 10001010 11111100 100000 101101 0 1 100000001 1011111 1001100

Color Harmonies of #AB8AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8AFC

Black with #AB8AFC

Text Example


Text Example

White with #AB8AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8AFC; }

 p { color: rgb(171,138,252); }

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

background-color css

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

 a { background-color: rgb(171,138,252); }

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

border-color css

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

 span { border-color: rgb(171,138,252); }

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