Html Css Color HEX #A90EE1 Dark Violet

📋 copy color: '#A90EE1'

red 169 ◦ green 14 ◦ blue 225

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

Shades of Dark Violet #A90EE1

Tints of Dark Violet #A90EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.15%

R = 41.42%
G = 3.43%
B = 55.15%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A90EE1 (or 0xA90EE1) is known color: Dark Violet. HEX triplet: A9, 0E and E1. RGB value is (169,14,225). Sum of RGB (Red+Green+Blue) = 169+14+225=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #A90EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90EE1 is #56F11E. Grayscale: #535353. Windows color (decimal): -5697823 or 14749353. OLE color: 14749353.

HSL color Cylindrical-coordinate representation of color #A90EE1: hue angle of 284.08º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90EE1 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 14 225 -
CMYK 0.25 0.94 0 0.12
HSL 284.08º 0.88% 0.47% -
HSV(B) 284.08º 0.94% 0.88% -
XYZ 30.11 14.19 72.39 -
YUV 84.4 207.35 188.34 -
System Red Green Blue C M Y K H S L
Decimal 169 14 225 0.25 0.94 0 0.12 284.08 0.88 0.47
Hex A9 E E1 19 5E 0 C 11C 58 2F
Octal 251 16 341 31 136 0 14 434 130 57
Binary 10101001 1110 11100001 11001 1011110 0 1100 100011100 1011000 101111

Color Harmonies of #A90EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90EE1

Black with #A90EE1

Text Example


Text Example

White with #A90EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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