Html Css Color HEX #AB90E8 Biloba Flower

📋 copy color: '#AB90E8'

red 171 ◦ green 144 ◦ blue 232

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

Shades of Biloba Flower #AB90E8

Tints of Biloba Flower #AB90E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.41%

R = 31.26%
G = 26.33%
B = 42.41%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB90E8 (or 0xAB90E8) is known color: Biloba Flower. HEX triplet: AB, 90 and E8. RGB value is (171,144,232). Sum of RGB (Red+Green+Blue) = 171+144+232=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB90E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB90E8 is #546F17. Grayscale: #A1A1A1. Windows color (decimal): -5533464 or 15241387. OLE color: 15241387.

HSL color Cylindrical-coordinate representation of color #AB90E8: hue angle of 258.41º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB90E8 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 144 232 -
CMYK 0.26 0.38 0 0.09
HSL 258.41º 0.66% 0.74% -
HSV(B) 258.41º 0.38% 0.91% -
XYZ 41.33 34.43 80.81 -
YUV 162.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 171 144 232 0.26 0.38 0 0.09 258.41 0.66 0.74
Hex AB 90 E8 1A 26 0 9 102 42 4A
Octal 253 220 350 32 46 0 11 402 102 112
Binary 10101011 10010000 11101000 11010 100110 0 1001 100000010 1000010 1001010

Color Harmonies of #AB90E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90E8

Black with #AB90E8

Text Example


Text Example

White with #AB90E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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