Html Css Color HEX #A60FCE Dark Violet

📋 copy color: '#A60FCE'

red 166 ◦ green 15 ◦ blue 206

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

Shades of Dark Violet #A60FCE

Tints of Dark Violet #A60FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.88%

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 42.89%
G = 3.88%
B = 53.23%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A60FCE (or 0xA60FCE) is known color: Dark Violet. HEX triplet: A6, 0F and CE. RGB value is (166,15,206). Sum of RGB (Red+Green+Blue) = 166+15+206=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #A60FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FCE is #59F031. Grayscale: #515151. Windows color (decimal): -5894194 or 13504422. OLE color: 13504422.

HSL color Cylindrical-coordinate representation of color #A60FCE: hue angle of 287.43º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60FCE is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 15 206 -
CMYK 0.19 0.93 0 0.19
HSL 287.43º 0.86% 0.43% -
HSV(B) 287.43º 0.93% 0.81% -
XYZ 27.04 12.9 59.46 -
YUV 81.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 166 15 206 0.19 0.93 0 0.19 287.43 0.86 0.43
Hex A6 F CE 13 5D 0 13 11F 56 2B
Octal 246 17 316 23 135 0 23 437 126 53
Binary 10100110 1111 11001110 10011 1011101 0 10011 100011111 1010110 101011

Color Harmonies of #A60FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FCE

Black with #A60FCE

Text Example


Text Example

White with #A60FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FCE; }

 p { color: rgb(166,15,206); }

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

background-color css

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

 a { background-color: rgb(166,15,206); }

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

border-color css

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

 span { border-color: rgb(166,15,206); }

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