Html Css Color HEX #A515C9 Dark Violet

📋 copy color: '#A515C9'

red 165 ◦ green 21 ◦ blue 201

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

Shades of Dark Violet #A515C9

Tints of Dark Violet #A515C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.94%

R = 42.64%
G = 5.43%
B = 51.94%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A515C9 (or 0xA515C9) is known color: Dark Violet. HEX triplet: A5, 15 and C9. RGB value is (165,21,201). Sum of RGB (Red+Green+Blue) = 165+21+201=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #A515C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515C9 is #5AEA36. Grayscale: #545454. Windows color (decimal): -5958199 or 13178277. OLE color: 13178277.

HSL color Cylindrical-coordinate representation of color #A515C9: hue angle of 288º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A515C9 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 21 201 -
CMYK 0.18 0.90 0 0.21
HSL 288º 0.81% 0.44% -
HSV(B) 288º 0.9% 0.79% -
XYZ 26.33 12.75 56.33 -
YUV 84.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 165 21 201 0.18 0.90 0 0.21 288 0.81 0.44
Hex A5 15 C9 12 5A 0 15 120 51 2C
Octal 245 25 311 22 132 0 25 440 121 54
Binary 10100101 10101 11001001 10010 1011010 0 10101 100100000 1010001 101100

Color Harmonies of #A515C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515C9

Black with #A515C9

Text Example


Text Example

White with #A515C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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