Html Css Color HEX #AB8EFC Biloba Flower

📋 copy color: '#AB8EFC'

red 171 ◦ green 142 ◦ blue 252

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

Shades of Biloba Flower #AB8EFC

Tints of Biloba Flower #AB8EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.13%

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

R = 30.27%
G = 25.13%
B = 44.6%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB8EFC (or 0xAB8EFC) is known color: Biloba Flower. HEX triplet: AB, 8E and FC. RGB value is (171,142,252). Sum of RGB (Red+Green+Blue) = 171+142+252=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB8EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8EFC is #547103. Grayscale: #A2A2A2. Windows color (decimal): -5533956 or 16551595. OLE color: 16551595.

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

Color convert

RGB 171 142 252 -
CMYK 0.32 0.44 0 0.01
HSL 255.82º 0.95% 0.77% -
HSV(B) 255.82º 0.44% 0.99% -
XYZ 44.04 35.03 96.54 -
YUV 163.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 171 142 252 0.32 0.44 0 0.01 255.82 0.95 0.77
Hex AB 8E FC 20 2C 0 1 100 5F 4D
Octal 253 216 374 40 54 0 1 400 137 115
Binary 10101011 10001110 11111100 100000 101100 0 1 100000000 1011111 1001101

Color Harmonies of #AB8EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8EFC

Black with #AB8EFC

Text Example


Text Example

White with #AB8EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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