Html Css Color HEX #A412BC Dark Violet

📋 copy color: '#A412BC'

red 164 ◦ green 18 ◦ blue 188

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

Shades of Dark Violet #A412BC

Tints of Dark Violet #A412BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 44.32%
G = 4.86%
B = 50.81%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A412BC (or 0xA412BC) is known color: Dark Violet. HEX triplet: A4, 12 and BC. RGB value is (164,18,188). Sum of RGB (Red+Green+Blue) = 164+18+188=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #A412BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A412BC is #5BED43. Grayscale: #505050. Windows color (decimal): -6024516 or 12325540. OLE color: 12325540.

HSL color Cylindrical-coordinate representation of color #A412BC: hue angle of 291.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A412BC is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 18 188 -
CMYK 0.13 0.90 0 0.26
HSL 291.53º 0.83% 0.4% -
HSV(B) 291.53º 0.9% 0.74% -
XYZ 24.6 11.96 48.59 -
YUV 81.03 188.37 187.18 -
System Red Green Blue C M Y K H S L
Decimal 164 18 188 0.13 0.90 0 0.26 291.53 0.83 0.4
Hex A4 12 BC D 5A 0 1A 124 53 28
Octal 244 22 274 15 132 0 32 444 123 50
Binary 10100100 10010 10111100 1101 1011010 0 11010 100100100 1010011 101000

Color Harmonies of #A412BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A412BC

Black with #A412BC

Text Example


Text Example

White with #A412BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A412BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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