Html Css Color HEX #A500C0 Dark Violet

📋 copy color: '#A500C0'

red 165 ◦ green 0 ◦ blue 192

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

Shades of Dark Violet #A500C0

Tints of Dark Violet #A500C0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 192 (75.39% from 255) = 53.78%

R = 46.22%
G = 0%
B = 53.78%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A500C0 (or 0xA500C0) is known color: Dark Violet. HEX triplet: A5, 00 and C0. RGB value is (165,0,192). Sum of RGB (Red+Green+Blue) = 165+0+192=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #A500C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500C0 is #5AFF3F. Grayscale: #464646. Windows color (decimal): -5963584 or 12583077. OLE color: 12583077.

HSL color Cylindrical-coordinate representation of color #A500C0: hue angle of 291.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500C0 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 0 192 -
CMYK 0.14 1 0 0.25
HSL 291.56º 1% 0.38% -
HSV(B) 291.56º 1% 0.75% -
XYZ 25.03 11.81 50.83 -
YUV 71.22 196.16 194.89 -
System Red Green Blue C M Y K H S L
Decimal 165 0 192 0.14 1 0 0.25 291.56 1 0.38
Hex A5 0 C0 E 64 0 19 124 64 26
Octal 245 0 300 16 144 0 31 444 144 46
Binary 10100101 0 11000000 1110 1100100 0 11001 100100100 1100100 100110

Color Harmonies of #A500C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500C0

Black with #A500C0

Text Example


Text Example

White with #A500C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500C0; }

 p { color: rgb(165,0,192); }

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

background-color css

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

 a { background-color: rgb(165,0,192); }

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

border-color css

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

 span { border-color: rgb(165,0,192); }

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