Html Css Color HEX #A500CC Dark Violet

📋 copy color: '#A500CC'

red 165 ◦ green 0 ◦ blue 204

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

Shades of Dark Violet #A500CC

Tints of Dark Violet #A500CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 44.72%
G = 0%
B = 55.28%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A500CC (or 0xA500CC) is known color: Dark Violet. HEX triplet: A5, 00 and CC. RGB value is (165,0,204). Sum of RGB (Red+Green+Blue) = 165+0+204=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #A500CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500CC is #5AFF33. Grayscale: #474747. Windows color (decimal): -5963572 or 13369509. OLE color: 13369509.

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

Color convert

RGB 165 0 204 -
CMYK 0.19 1 0 0.2
HSL 288.53º 1% 0.4% -
HSV(B) 288.53º 1% 0.8% -
XYZ 26.42 12.36 58.12 -
YUV 72.59 202.16 193.91 -
System Red Green Blue C M Y K H S L
Decimal 165 0 204 0.19 1 0 0.2 288.53 1 0.4
Hex A5 0 CC 13 64 0 14 121 64 28
Octal 245 0 314 23 144 0 24 441 144 50
Binary 10100101 0 11001100 10011 1100100 0 10100 100100001 1100100 101000

Color Harmonies of #A500CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A500CC

Black with #A500CC

Text Example


Text Example

White with #A500CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A500CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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