Html Css Color HEX #A90AC0 Dark Violet

📋 copy color: '#A90AC0'

red 169 ◦ green 10 ◦ blue 192

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

Shades of Dark Violet #A90AC0

Tints of Dark Violet #A90AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.75%

R = 45.55%
G = 2.7%
B = 51.75%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A90AC0 (or 0xA90AC0) is known color: Dark Violet. HEX triplet: A9, 0A and C0. RGB value is (169,10,192). Sum of RGB (Red+Green+Blue) = 169+10+192=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #A90AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90AC0 is #56F53F. Grayscale: #4D4D4D. Windows color (decimal): -5698880 or 12585641. OLE color: 12585641.

HSL color Cylindrical-coordinate representation of color #A90AC0: hue angle of 292.42º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90AC0 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 10 192 -
CMYK 0.12 0.95 0 0.25
HSL 292.42º 0.9% 0.4% -
HSV(B) 292.42º 0.95% 0.75% -
XYZ 25.99 12.46 50.9 -
YUV 78.29 192.18 192.7 -
System Red Green Blue C M Y K H S L
Decimal 169 10 192 0.12 0.95 0 0.25 292.42 0.9 0.4
Hex A9 A C0 C 5F 0 19 124 5A 28
Octal 251 12 300 14 137 0 31 444 132 50
Binary 10101001 1010 11000000 1100 1011111 0 11001 100100100 1011010 101000

Color Harmonies of #A90AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90AC0

Black with #A90AC0

Text Example


Text Example

White with #A90AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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