Html Css Color HEX #A515C6 Dark Violet

📋 copy color: '#A515C6'

red 165 ◦ green 21 ◦ blue 198

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

Shades of Dark Violet #A515C6

Tints of Dark Violet #A515C6

RGB

 RED value IS 165 (64.84% from 255) = 42.97%

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

 BLUE value IS 198 (77.73% from 255) = 51.56%

R = 42.97%
G = 5.47%
B = 51.56%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A515C6 (or 0xA515C6) is known color: Dark Violet. HEX triplet: A5, 15 and C6. RGB value is (165,21,198). Sum of RGB (Red+Green+Blue) = 165+21+198=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #A515C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515C6 is #5AEA39. Grayscale: #535353. Windows color (decimal): -5958202 or 12981669. OLE color: 12981669.

HSL color Cylindrical-coordinate representation of color #A515C6: hue angle of 288.81º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A515C6 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 21 198 -
CMYK 0.17 0.89 0 0.22
HSL 288.81º 0.81% 0.43% -
HSV(B) 288.81º 0.89% 0.78% -
XYZ 25.98 12.61 54.49 -
YUV 84.23 192.21 185.61 -
System Red Green Blue C M Y K H S L
Decimal 165 21 198 0.17 0.89 0 0.22 288.81 0.81 0.43
Hex A5 15 C6 11 59 0 16 121 51 2B
Octal 245 25 306 21 131 0 26 441 121 53
Binary 10100101 10101 11000110 10001 1011001 0 10110 100100001 1010001 101011

Color Harmonies of #A515C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515C6

Black with #A515C6

Text Example


Text Example

White with #A515C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515C6; }

 p { color: rgb(165,21,198); }

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

background-color css

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

 a { background-color: rgb(165,21,198); }

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

border-color css

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

 span { border-color: rgb(165,21,198); }

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