Html Css Color HEX #A500CA Dark Violet

📋 copy color: '#A500CA'

red 165 ◦ green 0 ◦ blue 202

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

Shades of Dark Violet #A500CA

Tints of Dark Violet #A500CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.04%

R = 44.96%
G = 0%
B = 55.04%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A500CA (or 0xA500CA) is known color: Dark Violet. HEX triplet: A5, 00 and CA. RGB value is (165,0,202). Sum of RGB (Red+Green+Blue) = 165+0+202=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #A500CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500CA is #5AFF35. Grayscale: #474747. Windows color (decimal): -5963574 or 13238437. OLE color: 13238437.

HSL color Cylindrical-coordinate representation of color #A500CA: hue angle of 289.01º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500CA is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 0 202 -
CMYK 0.18 1 0 0.21
HSL 289.01º 1% 0.4% -
HSV(B) 289.01º 1% 0.79% -
XYZ 26.18 12.26 56.86 -
YUV 72.36 201.16 194.07 -
System Red Green Blue C M Y K H S L
Decimal 165 0 202 0.18 1 0 0.21 289.01 1 0.4
Hex A5 0 CA 12 64 0 15 121 64 28
Octal 245 0 312 22 144 0 25 441 144 50
Binary 10100101 0 11001010 10010 1100100 0 10101 100100001 1100100 101000

Color Harmonies of #A500CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500CA

Black with #A500CA

Text Example


Text Example

White with #A500CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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