Html Css Color HEX #A413BC Dark Violet

📋 copy color: '#A413BC'

red 164 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #A413BC

Tints of Dark Violet #A413BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

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

R = 44.2%
G = 5.12%
B = 50.67%

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

#A413BC (or 0xA413BC) is known color: Dark Violet. HEX triplet: A4, 13 and BC. RGB value is (164,19,188). Sum of RGB (Red+Green+Blue) = 164+19+188=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #A413BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A413BC is #5BEC43. Grayscale: #515151. Windows color (decimal): -6024260 or 12325796. OLE color: 12325796.

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

Color convert

RGB 164 19 188 -
CMYK 0.13 0.90 0 0.26
HSL 291.48º 0.82% 0.41% -
HSV(B) 291.48º 0.9% 0.74% -
XYZ 24.62 11.99 48.59 -
YUV 81.62 188.04 186.76 -
System Red Green Blue C M Y K H S L
Decimal 164 19 188 0.13 0.90 0 0.26 291.48 0.82 0.41
Hex A4 13 BC D 5A 0 1A 123 52 29
Octal 244 23 274 15 132 0 32 443 122 51
Binary 10100100 10011 10111100 1101 1011010 0 11010 100100011 1010010 101001

Color Harmonies of #A413BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A413BC

Black with #A413BC

Text Example


Text Example

White with #A413BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A413BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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