Html Css Color HEX #A990E0 Biloba Flower

📋 copy color: '#A990E0'

red 169 ◦ green 144 ◦ blue 224

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

Shades of Biloba Flower #A990E0

Tints of Biloba Flower #A990E0

RGB

 RED value IS 169 (66.41% from 255) = 31.47%

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

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

R = 31.47%
G = 26.82%
B = 41.71%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A990E0 (or 0xA990E0) is known color: Biloba Flower. HEX triplet: A9, 90 and E0. RGB value is (169,144,224). Sum of RGB (Red+Green+Blue) = 169+144+224=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #A990E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990E0 is #566F1F. Grayscale: #A0A0A0. Windows color (decimal): -5664544 or 14717097. OLE color: 14717097.

HSL color Cylindrical-coordinate representation of color #A990E0: hue angle of 258.75º 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 #A990E0 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 144 224 -
CMYK 0.25 0.36 0 0.12
HSL 258.75º 0.56% 0.72% -
HSV(B) 258.75º 0.36% 0.88% -
XYZ 39.79 33.76 74.94 -
YUV 160.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 169 144 224 0.25 0.36 0 0.12 258.75 0.56 0.72
Hex A9 90 E0 19 24 0 C 103 38 48
Octal 251 220 340 31 44 0 14 403 70 110
Binary 10101001 10010000 11100000 11001 100100 0 1100 100000011 111000 1001000

Color Harmonies of #A990E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990E0

Black with #A990E0

Text Example


Text Example

White with #A990E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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