Html Css Color HEX #A000CC Dark Violet

📋 copy color: '#A000CC'

red 160 ◦ green 0 ◦ blue 204

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

Shades of Dark Violet #A000CC

Tints of Dark Violet #A000CC

RGB

 RED value IS 160 (62.89% from 255) = 43.96%

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

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

R = 43.96%
G = 0%
B = 56.04%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A000CC (or 0xA000CC) is known color: Dark Violet. HEX triplet: A0, 00 and CC. RGB value is (160,0,204). Sum of RGB (Red+Green+Blue) = 160+0+204=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #A000CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000CC is #5FFF33. Grayscale: #464646. Windows color (decimal): -6291252 or 13369504. OLE color: 13369504.

HSL color Cylindrical-coordinate representation of color #A000CC: hue angle of 287.06º 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 #A000CC is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 0 204 -
CMYK 0.22 1 0 0.2
HSL 287.06º 1% 0.4% -
HSV(B) 287.06º 1% 0.8% -
XYZ 25.4 11.83 58.07 -
YUV 71.1 203.01 191.41 -
System Red Green Blue C M Y K H S L
Decimal 160 0 204 0.22 1 0 0.2 287.06 1 0.4
Hex A0 0 CC 16 64 0 14 11F 64 28
Octal 240 0 314 26 144 0 24 437 144 50
Binary 10100000 0 11001100 10110 1100100 0 10100 100011111 1100100 101000

Color Harmonies of #A000CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000CC

Black with #A000CC

Text Example


Text Example

White with #A000CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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