Html Css Color HEX #AB8DFA Biloba Flower

📋 copy color: '#AB8DFA'

red 171 ◦ green 141 ◦ blue 250

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

Shades of Biloba Flower #AB8DFA

Tints of Biloba Flower #AB8DFA

RGB

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

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

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

R = 30.43%
G = 25.09%
B = 44.48%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB8DFA (or 0xAB8DFA) is known color: Biloba Flower. HEX triplet: AB, 8D and FA. RGB value is (171,141,250). Sum of RGB (Red+Green+Blue) = 171+141+250=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB8DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DFA is #547205. Grayscale: #A1A1A1. Windows color (decimal): -5534214 or 16420267. OLE color: 16420267.

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

Color convert

RGB 171 141 250 -
CMYK 0.32 0.44 0 0.02
HSL 256.51º 0.92% 0.77% -
HSV(B) 256.51º 0.44% 0.98% -
XYZ 43.57 34.61 94.83 -
YUV 162.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 171 141 250 0.32 0.44 0 0.02 256.51 0.92 0.77
Hex AB 8D FA 20 2C 0 2 101 5C 4D
Octal 253 215 372 40 54 0 2 401 134 115
Binary 10101011 10001101 11111010 100000 101100 0 10 100000001 1011100 1001101

Color Harmonies of #AB8DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DFA

Black with #AB8DFA

Text Example


Text Example

White with #AB8DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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