Html Css Color HEX #A412CF Dark Violet

📋 copy color: '#A412CF'

red 164 ◦ green 18 ◦ blue 207

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

Shades of Dark Violet #A412CF

Tints of Dark Violet #A412CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 42.16%
G = 4.63%
B = 53.21%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A412CF (or 0xA412CF) is known color: Dark Violet. HEX triplet: A4, 12 and CF. RGB value is (164,18,207). Sum of RGB (Red+Green+Blue) = 164+18+207=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #A412CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A412CF is #5BED30. Grayscale: #525252. Windows color (decimal): -6024497 or 13570724. OLE color: 13570724.

HSL color Cylindrical-coordinate representation of color #A412CF: hue angle of 286.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A412CF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 18 207 -
CMYK 0.21 0.91 0 0.19
HSL 286.35º 0.84% 0.44% -
HSV(B) 286.35º 0.91% 0.81% -
XYZ 26.79 12.83 60.1 -
YUV 83.2 197.87 185.63 -
System Red Green Blue C M Y K H S L
Decimal 164 18 207 0.21 0.91 0 0.19 286.35 0.84 0.44
Hex A4 12 CF 15 5B 0 13 11E 54 2C
Octal 244 22 317 25 133 0 23 436 124 54
Binary 10100100 10010 11001111 10101 1011011 0 10011 100011110 1010100 101100

Color Harmonies of #A412CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A412CF

Black with #A412CF

Text Example


Text Example

White with #A412CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A412CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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