Html Css Color HEX #A413CD Dark Violet

📋 copy color: '#A413CD'

red 164 ◦ green 19 ◦ blue 205

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

Shades of Dark Violet #A413CD

Tints of Dark Violet #A413CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.9%

 BLUE value IS 205 (80.47% from 255) = 52.84%

R = 42.27%
G = 4.9%
B = 52.84%

CMYK

 C value IS 0.2

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A413CD (or 0xA413CD) is known color: Dark Violet. HEX triplet: A4, 13 and CD. RGB value is (164,19,205). Sum of RGB (Red+Green+Blue) = 164+19+205=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #A413CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413CD is #5BEC32. Grayscale: #525252. Windows color (decimal): -6024243 or 13439908. OLE color: 13439908.

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

Color convert

RGB 164 19 205 -
CMYK 0.2 0.91 0 0.20
HSL 286.77º 0.83% 0.44% -
HSV(B) 286.77º 0.91% 0.8% -
XYZ 26.56 12.77 58.82 -
YUV 83.56 196.54 185.38 -
System Red Green Blue C M Y K H S L
Decimal 164 19 205 0.2 0.91 0 0.20 286.77 0.83 0.44
Hex A4 13 CD 14 5B 0 14 11F 53 2C
Octal 244 23 315 24 133 0 24 437 123 54
Binary 10100100 10011 11001101 10100 1011011 0 10100 100011111 1010011 101100

Color Harmonies of #A413CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413CD

Black with #A413CD

Text Example


Text Example

White with #A413CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413CD; }

 p { color: rgb(164,19,205); }

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

background-color css

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

 a { background-color: rgb(164,19,205); }

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

border-color css

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

 span { border-color: rgb(164,19,205); }

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