Html Css Color HEX #AB90EF Biloba Flower

📋 copy color: '#AB90EF'

red 171 ◦ green 144 ◦ blue 239

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

Shades of Biloba Flower #AB90EF

Tints of Biloba Flower #AB90EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 30.87%
G = 25.99%
B = 43.14%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB90EF (or 0xAB90EF) is known color: Biloba Flower. HEX triplet: AB, 90 and EF. RGB value is (171,144,239). Sum of RGB (Red+Green+Blue) = 171+144+239=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB90EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB90EF is #546F10. Grayscale: #A2A2A2. Windows color (decimal): -5533457 or 15700139. OLE color: 15700139.

HSL color Cylindrical-coordinate representation of color #AB90EF: hue angle of 257.05º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB90EF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 144 239 -
CMYK 0.28 0.40 0 0.06
HSL 257.05º 0.75% 0.75% -
HSV(B) 257.05º 0.4% 0.94% -
XYZ 42.35 34.84 86.15 -
YUV 162.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 171 144 239 0.28 0.40 0 0.06 257.05 0.75 0.75
Hex AB 90 EF 1C 28 0 6 101 4B 4B
Octal 253 220 357 34 50 0 6 401 113 113
Binary 10101011 10010000 11101111 11100 101000 0 110 100000001 1001011 1001011

Color Harmonies of #AB90EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90EF

Black with #AB90EF

Text Example


Text Example

White with #AB90EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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