Html Css Color HEX #AB8EFE Biloba Flower

📋 copy color: '#AB8EFE'

red 171 ◦ green 142 ◦ blue 254

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

Shades of Biloba Flower #AB8EFE

Tints of Biloba Flower #AB8EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 30.16%
G = 25.04%
B = 44.8%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB8EFE (or 0xAB8EFE) is known color: Biloba Flower. HEX triplet: AB, 8E and FE. RGB value is (171,142,254). Sum of RGB (Red+Green+Blue) = 171+142+254=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB8EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8EFE is #547101. Grayscale: #A3A3A3. Windows color (decimal): -5533954 or 16682667. OLE color: 16682667.

HSL color Cylindrical-coordinate representation of color #AB8EFE: hue angle of 255.54º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8EFE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 142 254 -
CMYK 0.33 0.44 0 0.00
HSL 255.54º 0.98% 0.78% -
HSV(B) 255.54º 0.44% 1% -
XYZ 44.36 35.16 98.21 -
YUV 163.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 171 142 254 0.33 0.44 0 0.00 255.54 0.98 0.78
Hex AB 8E FE 21 2C 0 0 100 62 4E
Octal 253 216 376 41 54 0 0 400 142 116
Binary 10101011 10001110 11111110 100001 101100 0 0 100000000 1100010 1001110

Color Harmonies of #AB8EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8EFE

Black with #AB8EFE

Text Example


Text Example

White with #AB8EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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