Html Css Color HEX #A201CD Dark Violet

📋 copy color: '#A201CD'

red 162 ◦ green 1 ◦ blue 205

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

Shades of Dark Violet #A201CD

Tints of Dark Violet #A201CD

RGB

 RED value IS 162 (63.67% from 255) = 44.02%

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

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

R = 44.02%
G = 0.27%
B = 55.71%

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

#A201CD (or 0xA201CD) is known color: Dark Violet. HEX triplet: A2, 01 and CD. RGB value is (162,1,205). Sum of RGB (Red+Green+Blue) = 162+1+205=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #A201CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201CD is #5DFE32. Grayscale: #474747. Windows color (decimal): -6159923 or 13435298. OLE color: 13435298.

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

Color convert

RGB 162 1 205 -
CMYK 0.21 1.00 0 0.20
HSL 287.35º 0.99% 0.4% -
HSV(B) 287.35º 1% 0.8% -
XYZ 25.93 12.11 58.73 -
YUV 72.4 202.84 191.91 -
System Red Green Blue C M Y K H S L
Decimal 162 1 205 0.21 1.00 0 0.20 287.35 0.99 0.4
Hex A2 1 CD 15 64 0 14 11F 63 28
Octal 242 1 315 25 144 0 24 437 143 50
Binary 10100010 1 11001101 10101 1100100 0 10100 100011111 1100011 101000

Color Harmonies of #A201CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A201CD

Black with #A201CD

Text Example


Text Example

White with #A201CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A201CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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