Html Css Color HEX #A90DC2 Dark Violet

📋 copy color: '#A90DC2'

red 169 ◦ green 13 ◦ blue 194

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

Shades of Dark Violet #A90DC2

Tints of Dark Violet #A90DC2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.46%

 BLUE value IS 194 (76.17% from 255) = 51.6%

R = 44.95%
G = 3.46%
B = 51.6%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A90DC2 (or 0xA90DC2) is known color: Dark Violet. HEX triplet: A9, 0D and C2. RGB value is (169,13,194). Sum of RGB (Red+Green+Blue) = 169+13+194=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 194 (76.17% from 255 or 51.60% from 376); Max value from RGB is 194 - color contains mainly: blue. Hex color #A90DC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DC2 is #56F23D. Grayscale: #4F4F4F. Windows color (decimal): -5698110 or 12717481. OLE color: 12717481.

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

Color convert

RGB 169 13 194 -
CMYK 0.13 0.93 0 0.24
HSL 291.71º 0.87% 0.41% -
HSV(B) 291.71º 0.93% 0.76% -
XYZ 26.24 12.62 52.09 -
YUV 80.28 192.18 191.28 -
System Red Green Blue C M Y K H S L
Decimal 169 13 194 0.13 0.93 0 0.24 291.71 0.87 0.41
Hex A9 D C2 D 5D 0 18 124 57 29
Octal 251 15 302 15 135 0 30 444 127 51
Binary 10101001 1101 11000010 1101 1011101 0 11000 100100100 1010111 101001

Color Harmonies of #A90DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90DC2

Black with #A90DC2

Text Example


Text Example

White with #A90DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90DC2; }

 p { color: rgb(169,13,194); }

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

background-color css

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

 a { background-color: rgb(169,13,194); }

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

border-color css

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

 span { border-color: rgb(169,13,194); }

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