Html Css Color HEX #A500C3 Dark Violet

📋 copy color: '#A500C3'

red 165 ◦ green 0 ◦ blue 195

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

Shades of Dark Violet #A500C3

Tints of Dark Violet #A500C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 54.17%

R = 45.83%
G = 0%
B = 54.17%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A500C3 (or 0xA500C3) is known color: Dark Violet. HEX triplet: A5, 00 and C3. RGB value is (165,0,195). Sum of RGB (Red+Green+Blue) = 165+0+195=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 195 (76.56% from 255 or 54.17% from 360); Max value from RGB is 195 - color contains mainly: blue. Hex color #A500C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500C3 is #5AFF3C. Grayscale: #464646. Windows color (decimal): -5963581 or 12779685. OLE color: 12779685.

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

Color convert

RGB 165 0 195 -
CMYK 0.15 1 0 0.24
HSL 290.77º 1% 0.38% -
HSV(B) 290.77º 1% 0.76% -
XYZ 25.37 11.94 52.6 -
YUV 71.57 197.66 194.64 -
System Red Green Blue C M Y K H S L
Decimal 165 0 195 0.15 1 0 0.24 290.77 1 0.38
Hex A5 0 C3 F 64 0 18 123 64 26
Octal 245 0 303 17 144 0 30 443 144 46
Binary 10100101 0 11000011 1111 1100100 0 11000 100100011 1100100 100110

Color Harmonies of #A500C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500C3

Black with #A500C3

Text Example


Text Example

White with #A500C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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