Html Css Color HEX #A403CA Dark Violet

📋 copy color: '#A403CA'

red 164 ◦ green 3 ◦ blue 202

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

Shades of Dark Violet #A403CA

Tints of Dark Violet #A403CA

RGB

 RED value IS 164 (64.45% from 255) = 44.44%

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

 BLUE value IS 202 (79.3% from 255) = 54.74%

R = 44.44%
G = 0.81%
B = 54.74%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A403CA (or 0xA403CA) is known color: Dark Violet. HEX triplet: A4, 03 and CA. RGB value is (164,3,202). Sum of RGB (Red+Green+Blue) = 164+3+202=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #A403CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403CA is #5BFC35. Grayscale: #494949. Windows color (decimal): -6028342 or 13239204. OLE color: 13239204.

HSL color Cylindrical-coordinate representation of color #A403CA: hue angle of 288.54º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A403CA is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 3 202 -
CMYK 0.19 0.99 0 0.21
HSL 288.54º 0.97% 0.4% -
HSV(B) 288.54º 0.99% 0.79% -
XYZ 26 12.22 56.87 -
YUV 73.83 200.34 192.32 -
System Red Green Blue C M Y K H S L
Decimal 164 3 202 0.19 0.99 0 0.21 288.54 0.97 0.4
Hex A4 3 CA 13 63 0 15 121 61 28
Octal 244 3 312 23 143 0 25 441 141 50
Binary 10100100 11 11001010 10011 1100011 0 10101 100100001 1100001 101000

Color Harmonies of #A403CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A403CA

Black with #A403CA

Text Example


Text Example

White with #A403CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A403CA; }

 p { color: rgb(164,3,202); }

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

background-color css

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

 a { background-color: rgb(164,3,202); }

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

border-color css

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

 span { border-color: rgb(164,3,202); }

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