Html Css Color HEX #A513CF Dark Violet

📋 copy color: '#A513CF'

red 165 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #A513CF

Tints of Dark Violet #A513CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.86%

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

R = 42.2%
G = 4.86%
B = 52.94%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A513CF (or 0xA513CF) is known color: Dark Violet. HEX triplet: A5, 13 and CF. RGB value is (165,19,207). Sum of RGB (Red+Green+Blue) = 165+19+207=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #A513CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513CF is #5AEC30. Grayscale: #535353. Windows color (decimal): -5958705 or 13570981. OLE color: 13570981.

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

Color convert

RGB 165 19 207 -
CMYK 0.20 0.91 0 0.19
HSL 286.6º 0.83% 0.44% -
HSV(B) 286.6º 0.91% 0.81% -
XYZ 27.01 12.97 60.11 -
YUV 84.09 197.37 185.71 -
System Red Green Blue C M Y K H S L
Decimal 165 19 207 0.20 0.91 0 0.19 286.6 0.83 0.44
Hex A5 13 CF 14 5B 0 13 11F 53 2C
Octal 245 23 317 24 133 0 23 437 123 54
Binary 10100101 10011 11001111 10100 1011011 0 10011 100011111 1010011 101100

Color Harmonies of #A513CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A513CF

Black with #A513CF

Text Example


Text Example

White with #A513CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A513CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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