Html Css Color HEX #A403C6 Dark Violet

📋 copy color: '#A403C6'

red 164 ◦ green 3 ◦ blue 198

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

Shades of Dark Violet #A403C6

Tints of Dark Violet #A403C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.25%

R = 44.93%
G = 0.82%
B = 54.25%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A403C6 (or 0xA403C6) is known color: Dark Violet. HEX triplet: A4, 03 and C6. RGB value is (164,3,198). Sum of RGB (Red+Green+Blue) = 164+3+198=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #A403C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403C6 is #5BFC39. Grayscale: #484848. Windows color (decimal): -6028346 or 12977060. OLE color: 12977060.

HSL color Cylindrical-coordinate representation of color #A403C6: hue angle of 289.54º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A403C6 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 3 198 -
CMYK 0.17 0.98 0 0.22
HSL 289.54º 0.97% 0.39% -
HSV(B) 289.54º 0.98% 0.78% -
XYZ 25.54 12.03 54.4 -
YUV 73.37 198.34 192.64 -
System Red Green Blue C M Y K H S L
Decimal 164 3 198 0.17 0.98 0 0.22 289.54 0.97 0.39
Hex A4 3 C6 11 62 0 16 122 61 27
Octal 244 3 306 21 142 0 26 442 141 47
Binary 10100100 11 11000110 10001 1100010 0 10110 100100010 1100001 100111

Color Harmonies of #A403C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A403C6

Black with #A403C6

Text Example


Text Example

White with #A403C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A403C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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