Html Css Color HEX #A800CC Dark Violet

📋 copy color: '#A800CC'

red 168 ◦ green 0 ◦ blue 204

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

Shades of Dark Violet #A800CC

Tints of Dark Violet #A800CC

RGB

 RED value IS 168 (66.02% from 255) = 45.16%

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

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

R = 45.16%
G = 0%
B = 54.84%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A800CC (or 0xA800CC) is known color: Dark Violet. HEX triplet: A8, 00 and CC. RGB value is (168,0,204). Sum of RGB (Red+Green+Blue) = 168+0+204=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #A800CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800CC is #57FF33. Grayscale: #484848. Windows color (decimal): -5766964 or 13369512. OLE color: 13369512.

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

Color convert

RGB 168 0 204 -
CMYK 0.18 1 0 0.2
HSL 289.41º 1% 0.4% -
HSV(B) 289.41º 1% 0.8% -
XYZ 27.05 12.68 58.15 -
YUV 73.49 201.66 195.41 -
System Red Green Blue C M Y K H S L
Decimal 168 0 204 0.18 1 0 0.2 289.41 1 0.4
Hex A8 0 CC 12 64 0 14 121 64 28
Octal 250 0 314 22 144 0 24 441 144 50
Binary 10101000 0 11001100 10010 1100100 0 10100 100100001 1100100 101000

Color Harmonies of #A800CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800CC

Black with #A800CC

Text Example


Text Example

White with #A800CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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