Html Css Color HEX #A405C2 Dark Violet

📋 copy color: '#A405C2'

red 164 ◦ green 5 ◦ blue 194

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

Shades of Dark Violet #A405C2

Tints of Dark Violet #A405C2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

 BLUE value IS 194 (76.17% from 255) = 53.44%

R = 45.18%
G = 1.38%
B = 53.44%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A405C2 (or 0xA405C2) is known color: Dark Violet. HEX triplet: A4, 05 and C2. RGB value is (164,5,194). Sum of RGB (Red+Green+Blue) = 164+5+194=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 194 (76.17% from 255 or 53.44% from 363); Max value from RGB is 194 - color contains mainly: blue. Hex color #A405C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A405C2 is #5BFA3D. Grayscale: #494949. Windows color (decimal): -6027838 or 12715428. OLE color: 12715428.

HSL color Cylindrical-coordinate representation of color #A405C2: hue angle of 290.48º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A405C2 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 5 194 -
CMYK 0.15 0.97 0 0.24
HSL 290.48º 0.95% 0.39% -
HSV(B) 290.48º 0.97% 0.76% -
XYZ 25.1 11.9 52.01 -
YUV 74.09 195.68 192.13 -
System Red Green Blue C M Y K H S L
Decimal 164 5 194 0.15 0.97 0 0.24 290.48 0.95 0.39
Hex A4 5 C2 F 61 0 18 122 5F 27
Octal 244 5 302 17 141 0 30 442 137 47
Binary 10100100 101 11000010 1111 1100001 0 11000 100100010 1011111 100111

Color Harmonies of #A405C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A405C2

Black with #A405C2

Text Example


Text Example

White with #A405C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A405C2; }

 p { color: rgb(164,5,194); }

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

background-color css

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

 a { background-color: rgb(164,5,194); }

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

border-color css

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

 span { border-color: rgb(164,5,194); }

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