Html Css Color HEX #A412CC Dark Violet

📋 copy color: '#A412CC'

red 164 ◦ green 18 ◦ blue 204

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

Shades of Dark Violet #A412CC

Tints of Dark Violet #A412CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.66%

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

R = 42.49%
G = 4.66%
B = 52.85%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A412CC (or 0xA412CC) is known color: Dark Violet. HEX triplet: A4, 12 and CC. RGB value is (164,18,204). Sum of RGB (Red+Green+Blue) = 164+18+204=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #A412CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A412CC is #5BED33. Grayscale: #525252. Windows color (decimal): -6024500 or 13374116. OLE color: 13374116.

HSL color Cylindrical-coordinate representation of color #A412CC: hue angle of 287.1º degrees, saturation: 0.84, 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 #A412CC is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 18 204 -
CMYK 0.20 0.91 0 0.2
HSL 287.1º 0.84% 0.44% -
HSV(B) 287.1º 0.91% 0.8% -
XYZ 26.43 12.68 58.18 -
YUV 82.86 196.37 185.88 -
System Red Green Blue C M Y K H S L
Decimal 164 18 204 0.20 0.91 0 0.2 287.1 0.84 0.44
Hex A4 12 CC 14 5B 0 14 11F 54 2C
Octal 244 22 314 24 133 0 24 437 124 54
Binary 10100100 10010 11001100 10100 1011011 0 10100 100011111 1010100 101100

Color Harmonies of #A412CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A412CC

Black with #A412CC

Text Example


Text Example

White with #A412CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A412CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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