Html Css Color HEX #A513CB Dark Violet

📋 copy color: '#A513CB'

red 165 ◦ green 19 ◦ blue 203

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

Shades of Dark Violet #A513CB

Tints of Dark Violet #A513CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 42.64%
G = 4.91%
B = 52.45%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A513CB (or 0xA513CB) is known color: Dark Violet. HEX triplet: A5, 13 and CB. RGB value is (165,19,203). Sum of RGB (Red+Green+Blue) = 165+19+203=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #A513CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513CB is #5AEC34. Grayscale: #535353. Windows color (decimal): -5958709 or 13308837. OLE color: 13308837.

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

Color convert

RGB 165 19 203 -
CMYK 0.19 0.91 0 0.20
HSL 287.61º 0.83% 0.44% -
HSV(B) 287.61º 0.91% 0.8% -
XYZ 26.53 12.78 57.57 -
YUV 83.63 195.37 186.04 -
System Red Green Blue C M Y K H S L
Decimal 165 19 203 0.19 0.91 0 0.20 287.61 0.83 0.44
Hex A5 13 CB 13 5B 0 14 120 53 2C
Octal 245 23 313 23 133 0 24 440 123 54
Binary 10100101 10011 11001011 10011 1011011 0 10100 100100000 1010011 101100

Color Harmonies of #A513CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A513CB

Black with #A513CB

Text Example


Text Example

White with #A513CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A513CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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