Html Css Color HEX #A100CC Dark Violet

📋 copy color: '#A100CC'

red 161 ◦ green 0 ◦ blue 204

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

Shades of Dark Violet #A100CC

Tints of Dark Violet #A100CC

RGB

 RED value IS 161 (63.28% from 255) = 44.11%

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

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

R = 44.11%
G = 0%
B = 55.89%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A100CC (or 0xA100CC) is known color: Dark Violet. HEX triplet: A1, 00 and CC. RGB value is (161,0,204). Sum of RGB (Red+Green+Blue) = 161+0+204=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #A100CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A100CC is #5EFF33. Grayscale: #464646. Windows color (decimal): -6225716 or 13369505. OLE color: 13369505.

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

Color convert

RGB 161 0 204 -
CMYK 0.21 1 0 0.2
HSL 287.35º 1% 0.4% -
HSV(B) 287.35º 1% 0.8% -
XYZ 25.6 11.94 58.08 -
YUV 71.4 202.84 191.91 -
System Red Green Blue C M Y K H S L
Decimal 161 0 204 0.21 1 0 0.2 287.35 1 0.4
Hex A1 0 CC 15 64 0 14 11F 64 28
Octal 241 0 314 25 144 0 24 437 144 50
Binary 10100001 0 11001100 10101 1100100 0 10100 100011111 1100100 101000

Color Harmonies of #A100CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A100CC

Black with #A100CC

Text Example


Text Example

White with #A100CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A100CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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