Html Css Color HEX #A415BC Dark Violet

📋 copy color: '#A415BC'

red 164 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #A415BC

Tints of Dark Violet #A415BC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.63%

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

R = 43.97%
G = 5.63%
B = 50.4%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A415BC (or 0xA415BC) is known color: Dark Violet. HEX triplet: A4, 15 and BC. RGB value is (164,21,188). Sum of RGB (Red+Green+Blue) = 164+21+188=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #A415BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A415BC is #5BEA43. Grayscale: #525252. Windows color (decimal): -6023748 or 12326308. OLE color: 12326308.

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

Color convert

RGB 164 21 188 -
CMYK 0.13 0.89 0 0.26
HSL 291.38º 0.8% 0.41% -
HSV(B) 291.38º 0.89% 0.74% -
XYZ 24.66 12.06 48.61 -
YUV 82.8 187.38 185.92 -
System Red Green Blue C M Y K H S L
Decimal 164 21 188 0.13 0.89 0 0.26 291.38 0.8 0.41
Hex A4 15 BC D 59 0 1A 123 50 29
Octal 244 25 274 15 131 0 32 443 120 51
Binary 10100100 10101 10111100 1101 1011001 0 11010 100100011 1010000 101001

Color Harmonies of #A415BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A415BC

Black with #A415BC

Text Example


Text Example

White with #A415BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A415BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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