Html Css Color HEX #A601CA Dark Violet

📋 copy color: '#A601CA'

red 166 ◦ green 1 ◦ blue 202

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

Shades of Dark Violet #A601CA

Tints of Dark Violet #A601CA

RGB

 RED value IS 166 (65.23% from 255) = 44.99%

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

 BLUE value IS 202 (79.3% from 255) = 54.74%

R = 44.99%
G = 0.27%
B = 54.74%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A601CA (or 0xA601CA) is known color: Dark Violet. HEX triplet: A6, 01 and CA. RGB value is (166,1,202). Sum of RGB (Red+Green+Blue) = 166+1+202=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #A601CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601CA is #59FE35. Grayscale: #484848. Windows color (decimal): -5897782 or 13238694. OLE color: 13238694.

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

Color convert

RGB 166 1 202 -
CMYK 0.18 1.00 0 0.21
HSL 289.25º 0.99% 0.4% -
HSV(B) 289.25º 1% 0.79% -
XYZ 26.4 12.39 56.88 -
YUV 73.25 200.66 194.16 -
System Red Green Blue C M Y K H S L
Decimal 166 1 202 0.18 1.00 0 0.21 289.25 0.99 0.4
Hex A6 1 CA 12 64 0 15 121 63 28
Octal 246 1 312 22 144 0 25 441 143 50
Binary 10100110 1 11001010 10010 1100100 0 10101 100100001 1100011 101000

Color Harmonies of #A601CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601CA

Black with #A601CA

Text Example


Text Example

White with #A601CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601CA; }

 p { color: rgb(166,1,202); }

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

background-color css

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

 a { background-color: rgb(166,1,202); }

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

border-color css

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

 span { border-color: rgb(166,1,202); }

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