Html Css Color HEX #AB8DF1 Biloba Flower

📋 copy color: '#AB8DF1'

red 171 ◦ green 141 ◦ blue 241

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

Shades of Biloba Flower #AB8DF1

Tints of Biloba Flower #AB8DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.58%

R = 30.92%
G = 25.5%
B = 43.58%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB8DF1 (or 0xAB8DF1) is known color: Biloba Flower. HEX triplet: AB, 8D and F1. RGB value is (171,141,241). Sum of RGB (Red+Green+Blue) = 171+141+241=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB8DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DF1 is #54720E. Grayscale: #A1A1A1. Windows color (decimal): -5534223 or 15830443. OLE color: 15830443.

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

Color convert

RGB 171 141 241 -
CMYK 0.29 0.41 0 0.05
HSL 258º 0.78% 0.75% -
HSV(B) 258º 0.41% 0.95% -
XYZ 42.2 34.06 87.57 -
YUV 161.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 171 141 241 0.29 0.41 0 0.05 258 0.78 0.75
Hex AB 8D F1 1D 29 0 5 102 4E 4B
Octal 253 215 361 35 51 0 5 402 116 113
Binary 10101011 10001101 11110001 11101 101001 0 101 100000010 1001110 1001011

Color Harmonies of #AB8DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DF1

Black with #AB8DF1

Text Example


Text Example

White with #AB8DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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