Html Css Color HEX #AB90E0 Biloba Flower

📋 copy color: '#AB90E0'

red 171 ◦ green 144 ◦ blue 224

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

Shades of Biloba Flower #AB90E0

Tints of Biloba Flower #AB90E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 31.73%
G = 26.72%
B = 41.56%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB90E0 (or 0xAB90E0) is known color: Biloba Flower. HEX triplet: AB, 90 and E0. RGB value is (171,144,224). Sum of RGB (Red+Green+Blue) = 171+144+224=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB90E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB90E0 is #546F1F. Grayscale: #A0A0A0. Windows color (decimal): -5533472 or 14717099. OLE color: 14717099.

HSL color Cylindrical-coordinate representation of color #AB90E0: hue angle of 260.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB90E0 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 144 224 -
CMYK 0.24 0.36 0 0.12
HSL 260.25º 0.56% 0.72% -
HSV(B) 260.25º 0.36% 0.88% -
XYZ 40.22 33.99 74.96 -
YUV 161.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 171 144 224 0.24 0.36 0 0.12 260.25 0.56 0.72
Hex AB 90 E0 18 24 0 C 104 38 48
Octal 253 220 340 30 44 0 14 404 70 110
Binary 10101011 10010000 11100000 11000 100100 0 1100 100000100 111000 1001000

Color Harmonies of #AB90E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB90E0

Black with #AB90E0

Text Example


Text Example

White with #AB90E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB90E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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