Html Css Color HEX #A517CC Dark Violet

📋 copy color: '#A517CC'

red 165 ◦ green 23 ◦ blue 204

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

Shades of Dark Violet #A517CC

Tints of Dark Violet #A517CC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.87%

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 42.09%
G = 5.87%
B = 52.04%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A517CC (or 0xA517CC) is known color: Dark Violet. HEX triplet: A5, 17 and CC. RGB value is (165,23,204). Sum of RGB (Red+Green+Blue) = 165+23+204=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #A517CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A517CC is #5AE833. Grayscale: #555555. Windows color (decimal): -5957684 or 13375397. OLE color: 13375397.

HSL color Cylindrical-coordinate representation of color #A517CC: hue angle of 287.07º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A517CC is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 23 204 -
CMYK 0.19 0.89 0 0.2
HSL 287.07º 0.8% 0.45% -
HSV(B) 287.07º 0.89% 0.8% -
XYZ 26.72 12.97 58.22 -
YUV 86.09 194.54 184.28 -
System Red Green Blue C M Y K H S L
Decimal 165 23 204 0.19 0.89 0 0.2 287.07 0.8 0.45
Hex A5 17 CC 13 59 0 14 11F 50 2D
Octal 245 27 314 23 131 0 24 437 120 55
Binary 10100101 10111 11001100 10011 1011001 0 10100 100011111 1010000 101101

Color Harmonies of #A517CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517CC

Black with #A517CC

Text Example


Text Example

White with #A517CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517CC; }

 p { color: rgb(165,23,204); }

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

background-color css

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

 a { background-color: rgb(165,23,204); }

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

border-color css

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

 span { border-color: rgb(165,23,204); }

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