Html Css Color HEX #A415B7 Dark Violet

📋 copy color: '#A415B7'

red 164 ◦ green 21 ◦ blue 183

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

Shades of Dark Violet #A415B7

Tints of Dark Violet #A415B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.73%

R = 44.57%
G = 5.71%
B = 49.73%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A415B7 (or 0xA415B7) is known color: Dark Violet. HEX triplet: A4, 15 and B7. RGB value is (164,21,183). Sum of RGB (Red+Green+Blue) = 164+21+183=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #A415B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A415B7 is #5BEA48. Grayscale: #515151. Windows color (decimal): -6023753 or 11998628. OLE color: 11998628.

HSL color Cylindrical-coordinate representation of color #A415B7: hue angle of 292.96º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A415B7 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 21 183 -
CMYK 0.10 0.89 0 0.28
HSL 292.96º 0.79% 0.4% -
HSV(B) 292.96º 0.89% 0.72% -
XYZ 24.13 11.85 45.82 -
YUV 82.23 184.88 186.33 -
System Red Green Blue C M Y K H S L
Decimal 164 21 183 0.10 0.89 0 0.28 292.96 0.79 0.4
Hex A4 15 B7 A 59 0 1C 125 4F 28
Octal 244 25 267 12 131 0 34 445 117 50
Binary 10100100 10101 10110111 1010 1011001 0 11100 100100101 1001111 101000

Color Harmonies of #A415B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A415B7

Black with #A415B7

Text Example


Text Example

White with #A415B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A415B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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