Html Css Color HEX #A610CA Dark Violet

📋 copy color: '#A610CA'

red 166 ◦ green 16 ◦ blue 202

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

Shades of Dark Violet #A610CA

Tints of Dark Violet #A610CA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.17%

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

R = 43.23%
G = 4.17%
B = 52.6%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A610CA (or 0xA610CA) is known color: Dark Violet. HEX triplet: A6, 10 and CA. RGB value is (166,16,202). Sum of RGB (Red+Green+Blue) = 166+16+202=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #A610CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610CA is #59EF35. Grayscale: #515151. Windows color (decimal): -5893942 or 13242534. OLE color: 13242534.

HSL color Cylindrical-coordinate representation of color #A610CA: hue angle of 288.39º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A610CA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 16 202 -
CMYK 0.18 0.92 0 0.21
HSL 288.39º 0.85% 0.43% -
HSV(B) 288.39º 0.92% 0.79% -
XYZ 26.57 12.74 56.94 -
YUV 82.05 195.7 187.88 -
System Red Green Blue C M Y K H S L
Decimal 166 16 202 0.18 0.92 0 0.21 288.39 0.85 0.43
Hex A6 10 CA 12 5C 0 15 120 55 2B
Octal 246 20 312 22 134 0 25 440 125 53
Binary 10100110 10000 11001010 10010 1011100 0 10101 100100000 1010101 101011

Color Harmonies of #A610CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610CA

Black with #A610CA

Text Example


Text Example

White with #A610CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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