Html Css Color HEX #A90EE9 Dark Violet

📋 copy color: '#A90EE9'

red 169 ◦ green 14 ◦ blue 233

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

Shades of Dark Violet #A90EE9

Tints of Dark Violet #A90EE9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.37%

 BLUE value IS 233 (91.41% from 255) = 56.01%

R = 40.63%
G = 3.37%
B = 56.01%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A90EE9 (or 0xA90EE9) is known color: Dark Violet. HEX triplet: A9, 0E and E9. RGB value is (169,14,233). Sum of RGB (Red+Green+Blue) = 169+14+233=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 233 (91.41% from 255 or 56.01% from 416); Max value from RGB is 233 - color contains mainly: blue. Hex color #A90EE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90EE9 is #56F116. Grayscale: #545454. Windows color (decimal): -5697815 or 15273641. OLE color: 15273641.

HSL color Cylindrical-coordinate representation of color #A90EE9: hue angle of 282.47º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90EE9 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 14 233 -
CMYK 0.27 0.94 0 0.09
HSL 282.47º 0.89% 0.48% -
HSV(B) 282.47º 0.94% 0.91% -
XYZ 31.23 14.63 78.27 -
YUV 85.31 211.35 187.69 -
System Red Green Blue C M Y K H S L
Decimal 169 14 233 0.27 0.94 0 0.09 282.47 0.89 0.48
Hex A9 E E9 1B 5E 0 9 11A 59 30
Octal 251 16 351 33 136 0 11 432 131 60
Binary 10101001 1110 11101001 11011 1011110 0 1001 100011010 1011001 110000

Color Harmonies of #A90EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90EE9

Black with #A90EE9

Text Example


Text Example

White with #A90EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90EE9; }

 p { color: rgb(169,14,233); }

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

background-color css

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

 a { background-color: rgb(169,14,233); }

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

border-color css

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

 span { border-color: rgb(169,14,233); }

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