Html Css Color HEX #A003D5 Dark Violet

📋 copy color: '#A003D5'

red 160 ◦ green 3 ◦ blue 213

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

Shades of Dark Violet #A003D5

Tints of Dark Violet #A003D5

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 42.55%
G = 0.8%
B = 56.65%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A003D5 (or 0xA003D5) is known color: Dark Violet. HEX triplet: A0, 03 and D5. RGB value is (160,3,213). Sum of RGB (Red+Green+Blue) = 160+3+213=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #A003D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003D5 is #5FFC2A. Grayscale: #494949. Windows color (decimal): -6290475 or 13960096. OLE color: 13960096.

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

Color convert

RGB 160 3 213 -
CMYK 0.25 0.99 0 0.16
HSL 284.86º 0.97% 0.42% -
HSV(B) 284.86º 0.99% 0.84% -
XYZ 26.54 12.34 63.93 -
YUV 73.88 206.51 189.42 -
System Red Green Blue C M Y K H S L
Decimal 160 3 213 0.25 0.99 0 0.16 284.86 0.97 0.42
Hex A0 3 D5 19 63 0 10 11D 61 2A
Octal 240 3 325 31 143 0 20 435 141 52
Binary 10100000 11 11010101 11001 1100011 0 10000 100011101 1100001 101010

Color Harmonies of #A003D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A003D5

Black with #A003D5

Text Example


Text Example

White with #A003D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A003D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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