Html Css Color HEX #A90ACE Dark Violet

📋 copy color: '#A90ACE'

red 169 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #A90ACE

Tints of Dark Violet #A90ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.6%

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 43.9%
G = 2.6%
B = 53.51%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A90ACE (or 0xA90ACE) is known color: Dark Violet. HEX triplet: A9, 0A and CE. RGB value is (169,10,206). Sum of RGB (Red+Green+Blue) = 169+10+206=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #A90ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90ACE is #56F531. Grayscale: #4F4F4F. Windows color (decimal): -5698866 or 13503145. OLE color: 13503145.

HSL color Cylindrical-coordinate representation of color #A90ACE: hue angle of 288.67º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90ACE is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 10 206 -
CMYK 0.18 0.95 0 0.19
HSL 288.67º 0.91% 0.42% -
HSV(B) 288.67º 0.95% 0.81% -
XYZ 27.61 13.11 59.47 -
YUV 79.89 199.18 191.56 -
System Red Green Blue C M Y K H S L
Decimal 169 10 206 0.18 0.95 0 0.19 288.67 0.91 0.42
Hex A9 A CE 12 5F 0 13 121 5B 2A
Octal 251 12 316 22 137 0 23 441 133 52
Binary 10101001 1010 11001110 10010 1011111 0 10011 100100001 1011011 101010

Color Harmonies of #A90ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90ACE

Black with #A90ACE

Text Example


Text Example

White with #A90ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90ACE; }

 p { color: rgb(169,10,206); }

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

background-color css

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

 a { background-color: rgb(169,10,206); }

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

border-color css

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

 span { border-color: rgb(169,10,206); }

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