Html Css Color HEX #A101CD Dark Violet

📋 copy color: '#A101CD'

red 161 ◦ green 1 ◦ blue 205

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

Shades of Dark Violet #A101CD

Tints of Dark Violet #A101CD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 43.87%
G = 0.27%
B = 55.86%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A101CD (or 0xA101CD) is known color: Dark Violet. HEX triplet: A1, 01 and CD. RGB value is (161,1,205). Sum of RGB (Red+Green+Blue) = 161+1+205=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #A101CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A101CD is #5EFE32. Grayscale: #474747. Windows color (decimal): -6225459 or 13435297. OLE color: 13435297.

HSL color Cylindrical-coordinate representation of color #A101CD: hue angle of 287.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A101CD is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 1 205 -
CMYK 0.21 1.00 0 0.20
HSL 287.06º 0.99% 0.4% -
HSV(B) 287.06º 1% 0.8% -
XYZ 25.73 12.01 58.72 -
YUV 72.1 203.01 191.41 -
System Red Green Blue C M Y K H S L
Decimal 161 1 205 0.21 1.00 0 0.20 287.06 0.99 0.4
Hex A1 1 CD 15 64 0 14 11F 63 28
Octal 241 1 315 25 144 0 24 437 143 50
Binary 10100001 1 11001101 10101 1100100 0 10100 100011111 1100011 101000

Color Harmonies of #A101CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A101CD

Black with #A101CD

Text Example


Text Example

White with #A101CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A101CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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