Html Css Color HEX #AB8CFE Biloba Flower

📋 copy color: '#AB8CFE'

red 171 ◦ green 140 ◦ blue 254

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

Shades of Biloba Flower #AB8CFE

Tints of Biloba Flower #AB8CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.78%

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

R = 30.27%
G = 24.78%
B = 44.96%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB8CFE (or 0xAB8CFE) is known color: Biloba Flower. HEX triplet: AB, 8C and FE. RGB value is (171,140,254). Sum of RGB (Red+Green+Blue) = 171+140+254=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB8CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8CFE is #547301. Grayscale: #A1A1A1. Windows color (decimal): -5534466 or 16682155. OLE color: 16682155.

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

Color convert

RGB 171 140 254 -
CMYK 0.33 0.45 0 0.00
HSL 256.32º 0.98% 0.77% -
HSV(B) 256.32º 0.45% 1% -
XYZ 44.06 34.57 98.12 -
YUV 162.27 179.77 134.23 -
System Red Green Blue C M Y K H S L
Decimal 171 140 254 0.33 0.45 0 0.00 256.32 0.98 0.77
Hex AB 8C FE 21 2D 0 0 100 62 4D
Octal 253 214 376 41 55 0 0 400 142 115
Binary 10101011 10001100 11111110 100001 101101 0 0 100000000 1100010 1001101

Color Harmonies of #AB8CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CFE

Black with #AB8CFE

Text Example


Text Example

White with #AB8CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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