Html Css Color HEX #AB8DFE Biloba Flower

📋 copy color: '#AB8DFE'

red 171 ◦ green 141 ◦ blue 254

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

Shades of Biloba Flower #AB8DFE

Tints of Biloba Flower #AB8DFE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.91%

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

R = 30.21%
G = 24.91%
B = 44.88%

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

#AB8DFE (or 0xAB8DFE) is known color: Biloba Flower. HEX triplet: AB, 8D and FE. RGB value is (171,141,254). Sum of RGB (Red+Green+Blue) = 171+141+254=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB8DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DFE is #547201. Grayscale: #A2A2A2. Windows color (decimal): -5534210 or 16682411. OLE color: 16682411.

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

Color convert

RGB 171 141 254 -
CMYK 0.33 0.44 0 0.00
HSL 255.93º 0.98% 0.77% -
HSV(B) 255.93º 0.44% 1% -
XYZ 44.21 34.86 98.17 -
YUV 162.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 171 141 254 0.33 0.44 0 0.00 255.93 0.98 0.77
Hex AB 8D FE 21 2C 0 0 100 62 4D
Octal 253 215 376 41 54 0 0 400 142 115
Binary 10101011 10001101 11111110 100001 101100 0 0 100000000 1100010 1001101

Color Harmonies of #AB8DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DFE

Black with #AB8DFE

Text Example


Text Example

White with #AB8DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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