Html Css Color HEX #A412D0 Dark Violet

📋 copy color: '#A412D0'

red 164 ◦ green 18 ◦ blue 208

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

Shades of Dark Violet #A412D0

Tints of Dark Violet #A412D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.33%

R = 42.05%
G = 4.62%
B = 53.33%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A412D0 (or 0xA412D0) is known color: Dark Violet. HEX triplet: A4, 12 and D0. RGB value is (164,18,208). Sum of RGB (Red+Green+Blue) = 164+18+208=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #A412D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A412D0 is #5BED2F. Grayscale: #525252. Windows color (decimal): -6024496 or 13636260. OLE color: 13636260.

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

Color convert

RGB 164 18 208 -
CMYK 0.21 0.91 0 0.18
HSL 286.11º 0.84% 0.44% -
HSV(B) 286.11º 0.91% 0.82% -
XYZ 26.91 12.88 60.74 -
YUV 83.31 198.37 185.55 -
System Red Green Blue C M Y K H S L
Decimal 164 18 208 0.21 0.91 0 0.18 286.11 0.84 0.44
Hex A4 12 D0 15 5B 0 12 11E 54 2C
Octal 244 22 320 25 133 0 22 436 124 54
Binary 10100100 10010 11010000 10101 1011011 0 10010 100011110 1010100 101100

Color Harmonies of #A412D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A412D0

Black with #A412D0

Text Example


Text Example

White with #A412D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A412D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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