Html Css Color HEX #A800C1 Dark Violet

📋 copy color: '#A800C1'

red 168 ◦ green 0 ◦ blue 193

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

Shades of Dark Violet #A800C1

Tints of Dark Violet #A800C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 53.46%

R = 46.54%
G = 0%
B = 53.46%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A800C1 (or 0xA800C1) is known color: Dark Violet. HEX triplet: A8, 00 and C1. RGB value is (168,0,193). Sum of RGB (Red+Green+Blue) = 168+0+193=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #A800C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800C1 is #57FF3E. Grayscale: #474747. Windows color (decimal): -5766975 or 12648616. OLE color: 12648616.

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

Color convert

RGB 168 0 193 -
CMYK 0.13 1 0 0.24
HSL 292.23º 1% 0.38% -
HSV(B) 292.23º 1% 0.76% -
XYZ 25.77 12.18 51.44 -
YUV 72.23 196.16 196.31 -
System Red Green Blue C M Y K H S L
Decimal 168 0 193 0.13 1 0 0.24 292.23 1 0.38
Hex A8 0 C1 D 64 0 18 124 64 26
Octal 250 0 301 15 144 0 30 444 144 46
Binary 10101000 0 11000001 1101 1100100 0 11000 100100100 1100100 100110

Color Harmonies of #A800C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800C1

Black with #A800C1

Text Example


Text Example

White with #A800C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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