Html Css Color HEX #A517CF Dark Violet

📋 copy color: '#A517CF'

red 165 ◦ green 23 ◦ blue 207

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

Shades of Dark Violet #A517CF

Tints of Dark Violet #A517CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 41.77%
G = 5.82%
B = 52.41%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A517CF (or 0xA517CF) is known color: Dark Violet. HEX triplet: A5, 17 and CF. RGB value is (165,23,207). Sum of RGB (Red+Green+Blue) = 165+23+207=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #A517CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A517CF is #5AE830. Grayscale: #555555. Windows color (decimal): -5957681 or 13572005. OLE color: 13572005.

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

Color convert

RGB 165 23 207 -
CMYK 0.20 0.89 0 0.19
HSL 286.3º 0.8% 0.45% -
HSV(B) 286.3º 0.89% 0.81% -
XYZ 27.09 13.12 60.14 -
YUV 86.43 196.04 184.04 -
System Red Green Blue C M Y K H S L
Decimal 165 23 207 0.20 0.89 0 0.19 286.3 0.8 0.45
Hex A5 17 CF 14 59 0 13 11E 50 2D
Octal 245 27 317 24 131 0 23 436 120 55
Binary 10100101 10111 11001111 10100 1011001 0 10011 100011110 1010000 101101

Color Harmonies of #A517CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517CF

Black with #A517CF

Text Example


Text Example

White with #A517CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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