Html Css Color HEX #A003D2 Dark Violet

📋 copy color: '#A003D2'

red 160 ◦ green 3 ◦ blue 210

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

Shades of Dark Violet #A003D2

Tints of Dark Violet #A003D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.3%

R = 42.9%
G = 0.8%
B = 56.3%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A003D2 (or 0xA003D2) is known color: Dark Violet. HEX triplet: A0, 03 and D2. RGB value is (160,3,210). Sum of RGB (Red+Green+Blue) = 160+3+210=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 210 (82.42% from 255 or 56.30% from 373); Max value from RGB is 210 - color contains mainly: blue. Hex color #A003D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003D2 is #5FFC2D. Grayscale: #484848. Windows color (decimal): -6290478 or 13763488. OLE color: 13763488.

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

Color convert

RGB 160 3 210 -
CMYK 0.24 0.99 0 0.18
HSL 285.51º 0.97% 0.42% -
HSV(B) 285.51º 0.99% 0.82% -
XYZ 26.16 12.19 61.95 -
YUV 73.54 205.01 189.67 -
System Red Green Blue C M Y K H S L
Decimal 160 3 210 0.24 0.99 0 0.18 285.51 0.97 0.42
Hex A0 3 D2 18 63 0 12 11E 61 2A
Octal 240 3 322 30 143 0 22 436 141 52
Binary 10100000 11 11010010 11000 1100011 0 10010 100011110 1100001 101010

Color Harmonies of #A003D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A003D2

Black with #A003D2

Text Example


Text Example

White with #A003D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A003D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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