Html Css Color HEX #AB8EFA Biloba Flower

📋 copy color: '#AB8EFA'

red 171 ◦ green 142 ◦ blue 250

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

Shades of Biloba Flower #AB8EFA

Tints of Biloba Flower #AB8EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 30.37%
G = 25.22%
B = 44.4%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB8EFA (or 0xAB8EFA) is known color: Biloba Flower. HEX triplet: AB, 8E and FA. RGB value is (171,142,250). Sum of RGB (Red+Green+Blue) = 171+142+250=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB8EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8EFA is #547105. Grayscale: #A2A2A2. Windows color (decimal): -5533958 or 16420523. OLE color: 16420523.

HSL color Cylindrical-coordinate representation of color #AB8EFA: hue angle of 256.11º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB8EFA is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 142 250 -
CMYK 0.32 0.43 0 0.02
HSL 256.11º 0.92% 0.77% -
HSV(B) 256.11º 0.43% 0.98% -
XYZ 43.72 34.91 94.88 -
YUV 162.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 171 142 250 0.32 0.43 0 0.02 256.11 0.92 0.77
Hex AB 8E FA 20 2B 0 2 100 5C 4D
Octal 253 216 372 40 53 0 2 400 134 115
Binary 10101011 10001110 11111010 100000 101011 0 10 100000000 1011100 1001101

Color Harmonies of #AB8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8EFA

Black with #AB8EFA

Text Example


Text Example

White with #AB8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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