Html Css Color HEX #AB90F1 Biloba Flower

📋 copy color: '#AB90F1'

red 171 ◦ green 144 ◦ blue 241

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

Shades of Biloba Flower #AB90F1

Tints of Biloba Flower #AB90F1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.9%

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

R = 30.76%
G = 25.9%
B = 43.35%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB90F1 (or 0xAB90F1) is known color: Biloba Flower. HEX triplet: AB, 90 and F1. RGB value is (171,144,241). Sum of RGB (Red+Green+Blue) = 171+144+241=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB90F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB90F1 is #546F0E. Grayscale: #A2A2A2. Windows color (decimal): -5533455 or 15831211. OLE color: 15831211.

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

Color convert

RGB 171 144 241 -
CMYK 0.29 0.40 0 0.05
HSL 256.7º 0.78% 0.75% -
HSV(B) 256.7º 0.4% 0.95% -
XYZ 42.65 34.96 87.72 -
YUV 163.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 171 144 241 0.29 0.40 0 0.05 256.7 0.78 0.75
Hex AB 90 F1 1D 28 0 5 101 4E 4B
Octal 253 220 361 35 50 0 5 401 116 113
Binary 10101011 10010000 11110001 11101 101000 0 101 100000001 1001110 1001011

Color Harmonies of #AB90F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90F1

Black with #AB90F1

Text Example


Text Example

White with #AB90F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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