Html Css Color HEX #A403CC Dark Violet

📋 copy color: '#A403CC'

red 164 ◦ green 3 ◦ blue 204

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

Shades of Dark Violet #A403CC

Tints of Dark Violet #A403CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 44.2%
G = 0.81%
B = 54.99%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A403CC (or 0xA403CC) is known color: Dark Violet. HEX triplet: A4, 03 and CC. RGB value is (164,3,204). Sum of RGB (Red+Green+Blue) = 164+3+204=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #A403CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403CC is #5BFC33. Grayscale: #494949. Windows color (decimal): -6028340 or 13370276. OLE color: 13370276.

HSL color Cylindrical-coordinate representation of color #A403CC: hue angle of 288.06º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A403CC is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 3 204 -
CMYK 0.20 0.99 0 0.2
HSL 288.06º 0.97% 0.41% -
HSV(B) 288.06º 0.99% 0.8% -
XYZ 26.24 12.32 58.12 -
YUV 74.05 201.34 192.16 -
System Red Green Blue C M Y K H S L
Decimal 164 3 204 0.20 0.99 0 0.2 288.06 0.97 0.41
Hex A4 3 CC 14 63 0 14 120 61 29
Octal 244 3 314 24 143 0 24 440 141 51
Binary 10100100 11 11001100 10100 1100011 0 10100 100100000 1100001 101001

Color Harmonies of #A403CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A403CC

Black with #A403CC

Text Example


Text Example

White with #A403CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A403CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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