Html Css Color HEX #A513CC Dark Violet

📋 copy color: '#A513CC'

red 165 ◦ green 19 ◦ blue 204

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

Shades of Dark Violet #A513CC

Tints of Dark Violet #A513CC

RGB

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

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

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

R = 42.53%
G = 4.9%
B = 52.58%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A513CC (or 0xA513CC) is known color: Dark Violet. HEX triplet: A5, 13 and CC. RGB value is (165,19,204). Sum of RGB (Red+Green+Blue) = 165+19+204=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #A513CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513CC is #5AEC33. Grayscale: #535353. Windows color (decimal): -5958708 or 13374373. OLE color: 13374373.

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

Color convert

RGB 165 19 204 -
CMYK 0.19 0.91 0 0.2
HSL 287.35º 0.83% 0.44% -
HSV(B) 287.35º 0.91% 0.8% -
XYZ 26.65 12.82 58.2 -
YUV 83.74 195.87 185.96 -
System Red Green Blue C M Y K H S L
Decimal 165 19 204 0.19 0.91 0 0.2 287.35 0.83 0.44
Hex A5 13 CC 13 5B 0 14 11F 53 2C
Octal 245 23 314 23 133 0 24 437 123 54
Binary 10100101 10011 11001100 10011 1011011 0 10100 100011111 1010011 101100

Color Harmonies of #A513CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A513CC

Black with #A513CC

Text Example


Text Example

White with #A513CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A513CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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