Html Css Color HEX #A90EDE Dark Violet

📋 copy color: '#A90EDE'

red 169 ◦ green 14 ◦ blue 222

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

Shades of Dark Violet #A90EDE

Tints of Dark Violet #A90EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.81%

R = 41.73%
G = 3.46%
B = 54.81%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A90EDE (or 0xA90EDE) is known color: Dark Violet. HEX triplet: A9, 0E and DE. RGB value is (169,14,222). Sum of RGB (Red+Green+Blue) = 169+14+222=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #A90EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90EDE is #56F121. Grayscale: #535353. Windows color (decimal): -5697826 or 14552745. OLE color: 14552745.

HSL color Cylindrical-coordinate representation of color #A90EDE: hue angle of 284.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90EDE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 14 222 -
CMYK 0.24 0.94 0 0.13
HSL 284.71º 0.88% 0.46% -
HSV(B) 284.71º 0.94% 0.87% -
XYZ 29.7 14.02 70.25 -
YUV 84.06 205.85 188.59 -
System Red Green Blue C M Y K H S L
Decimal 169 14 222 0.24 0.94 0 0.13 284.71 0.88 0.46
Hex A9 E DE 18 5E 0 D 11D 58 2E
Octal 251 16 336 30 136 0 15 435 130 56
Binary 10101001 1110 11011110 11000 1011110 0 1101 100011101 1011000 101110

Color Harmonies of #A90EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90EDE

Black with #A90EDE

Text Example


Text Example

White with #A90EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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