Html Css Color HEX #A100CD Dark Violet

📋 copy color: '#A100CD'

red 161 ◦ green 0 ◦ blue 205

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

Shades of Dark Violet #A100CD

Tints of Dark Violet #A100CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 43.99%
G = 0%
B = 56.01%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A100CD (or 0xA100CD) is known color: Dark Violet. HEX triplet: A1, 00 and CD. RGB value is (161,0,205). Sum of RGB (Red+Green+Blue) = 161+0+205=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #A100CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A100CD is #5EFF32. Grayscale: #464646. Windows color (decimal): -6225715 or 13435041. OLE color: 13435041.

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

Color convert

RGB 161 0 205 -
CMYK 0.21 1 0 0.20
HSL 287.12º 1% 0.4% -
HSV(B) 287.12º 1% 0.8% -
XYZ 25.72 11.98 58.72 -
YUV 71.51 203.34 191.83 -
System Red Green Blue C M Y K H S L
Decimal 161 0 205 0.21 1 0 0.20 287.12 1 0.4
Hex A1 0 CD 15 64 0 14 11F 64 28
Octal 241 0 315 25 144 0 24 437 144 50
Binary 10100001 0 11001101 10101 1100100 0 10100 100011111 1100100 101000

Color Harmonies of #A100CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A100CD

Black with #A100CD

Text Example


Text Example

White with #A100CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A100CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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