Html Css Color HEX #A513CD Dark Violet

📋 copy color: '#A513CD'

red 165 ◦ green 19 ◦ blue 205

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

Shades of Dark Violet #A513CD

Tints of Dark Violet #A513CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 42.42%
G = 4.88%
B = 52.7%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A513CD (or 0xA513CD) is known color: Dark Violet. HEX triplet: A5, 13 and CD. RGB value is (165,19,205). Sum of RGB (Red+Green+Blue) = 165+19+205=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #A513CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513CD is #5AEC32. Grayscale: #535353. Windows color (decimal): -5958707 or 13439909. OLE color: 13439909.

HSL color Cylindrical-coordinate representation of color #A513CD: hue angle of 287.1º 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 #A513CD is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 19 205 -
CMYK 0.20 0.91 0 0.20
HSL 287.1º 0.83% 0.44% -
HSV(B) 287.1º 0.91% 0.8% -
XYZ 26.77 12.87 58.83 -
YUV 83.86 196.37 185.88 -
System Red Green Blue C M Y K H S L
Decimal 165 19 205 0.20 0.91 0 0.20 287.1 0.83 0.44
Hex A5 13 CD 14 5B 0 14 11F 53 2C
Octal 245 23 315 24 133 0 24 437 123 54
Binary 10100101 10011 11001101 10100 1011011 0 10100 100011111 1010011 101100

Color Harmonies of #A513CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A513CD

Black with #A513CD

Text Example


Text Example

White with #A513CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A513CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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