Html Css Color HEX #A410CA Dark Violet

📋 copy color: '#A410CA'

red 164 ◦ green 16 ◦ blue 202

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

Shades of Dark Violet #A410CA

Tints of Dark Violet #A410CA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.19%

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

R = 42.93%
G = 4.19%
B = 52.88%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A410CA (or 0xA410CA) is known color: Dark Violet. HEX triplet: A4, 10 and CA. RGB value is (164,16,202). Sum of RGB (Red+Green+Blue) = 164+16+202=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #A410CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A410CA is #5BEF35. Grayscale: #505050. Windows color (decimal): -6025014 or 13242532. OLE color: 13242532.

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

Color convert

RGB 164 16 202 -
CMYK 0.19 0.92 0 0.21
HSL 287.74º 0.85% 0.43% -
HSV(B) 287.74º 0.92% 0.79% -
XYZ 26.16 12.53 56.92 -
YUV 81.46 196.03 186.88 -
System Red Green Blue C M Y K H S L
Decimal 164 16 202 0.19 0.92 0 0.21 287.74 0.85 0.43
Hex A4 10 CA 13 5C 0 15 120 55 2B
Octal 244 20 312 23 134 0 25 440 125 53
Binary 10100100 10000 11001010 10011 1011100 0 10101 100100000 1010101 101011

Color Harmonies of #A410CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A410CA

Black with #A410CA

Text Example


Text Example

White with #A410CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A410CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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