Html Css Color HEX #AB8DF2 Biloba Flower

📋 copy color: '#AB8DF2'

red 171 ◦ green 141 ◦ blue 242

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

Shades of Biloba Flower #AB8DF2

Tints of Biloba Flower #AB8DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.68%

R = 30.87%
G = 25.45%
B = 43.68%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB8DF2 (or 0xAB8DF2) is known color: Biloba Flower. HEX triplet: AB, 8D and F2. RGB value is (171,141,242). Sum of RGB (Red+Green+Blue) = 171+141+242=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB8DF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DF2 is #54720D. Grayscale: #A1A1A1. Windows color (decimal): -5534222 or 15895979. OLE color: 15895979.

HSL color Cylindrical-coordinate representation of color #AB8DF2: hue angle of 257.82º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB8DF2 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 141 242 -
CMYK 0.29 0.42 0 0.05
HSL 257.82º 0.8% 0.75% -
HSV(B) 257.82º 0.42% 0.95% -
XYZ 42.35 34.12 88.36 -
YUV 161.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 171 141 242 0.29 0.42 0 0.05 257.82 0.8 0.75
Hex AB 8D F2 1D 2A 0 5 102 50 4B
Octal 253 215 362 35 52 0 5 402 120 113
Binary 10101011 10001101 11110010 11101 101010 0 101 100000010 1010000 1001011

Color Harmonies of #AB8DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DF2

Black with #AB8DF2

Text Example


Text Example

White with #AB8DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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