Html Css Color HEX #A00AD5 Dark Violet

📋 copy color: '#A00AD5'

red 160 ◦ green 10 ◦ blue 213

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

Shades of Dark Violet #A00AD5

Tints of Dark Violet #A00AD5

RGB

 RED value IS 160 (62.89% from 255) = 41.78%

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

 BLUE value IS 213 (83.59% from 255) = 55.61%

R = 41.78%
G = 2.61%
B = 55.61%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A00AD5 (or 0xA00AD5) is known color: Dark Violet. HEX triplet: A0, 0A and D5. RGB value is (160,10,213). Sum of RGB (Red+Green+Blue) = 160+10+213=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 213 (83.59% from 255 or 55.61% from 383); Max value from RGB is 213 - color contains mainly: blue. Hex color #A00AD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00AD5 is #5FF52A. Grayscale: #4D4D4D. Windows color (decimal): -6288683 or 13961888. OLE color: 13961888.

HSL color Cylindrical-coordinate representation of color #A00AD5: hue angle of 284.33º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00AD5 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 10 213 -
CMYK 0.25 0.95 0 0.16
HSL 284.34º 0.91% 0.44% -
HSV(B) 284.34º 0.95% 0.84% -
XYZ 26.62 12.49 63.96 -
YUV 77.99 204.2 186.49 -
System Red Green Blue C M Y K H S L
Decimal 160 10 213 0.25 0.95 0 0.16 284.34 0.91 0.44
Hex A0 A D5 19 5F 0 10 11C 5B 2C
Octal 240 12 325 31 137 0 20 434 133 54
Binary 10100000 1010 11010101 11001 1011111 0 10000 100011100 1011011 101100

Color Harmonies of #A00AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00AD5

Black with #A00AD5

Text Example


Text Example

White with #A00AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00AD5; }

 p { color: rgb(160,10,213); }

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

background-color css

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

 a { background-color: rgb(160,10,213); }

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

border-color css

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

 span { border-color: rgb(160,10,213); }

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