Html Css Color HEX #A60FD0 Dark Violet

📋 copy color: '#A60FD0'

red 166 ◦ green 15 ◦ blue 208

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

Shades of Dark Violet #A60FD0

Tints of Dark Violet #A60FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.47%

R = 42.67%
G = 3.86%
B = 53.47%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A60FD0 (or 0xA60FD0) is known color: Dark Violet. HEX triplet: A6, 0F and D0. RGB value is (166,15,208). Sum of RGB (Red+Green+Blue) = 166+15+208=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #A60FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60FD0 is #59F02F. Grayscale: #515151. Windows color (decimal): -5894192 or 13635494. OLE color: 13635494.

HSL color Cylindrical-coordinate representation of color #A60FD0: hue angle of 286.94º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60FD0 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 15 208 -
CMYK 0.20 0.93 0 0.18
HSL 286.94º 0.87% 0.44% -
HSV(B) 286.94º 0.93% 0.82% -
XYZ 27.28 13 60.75 -
YUV 82.15 199.03 187.81 -
System Red Green Blue C M Y K H S L
Decimal 166 15 208 0.20 0.93 0 0.18 286.94 0.87 0.44
Hex A6 F D0 14 5D 0 12 11F 57 2C
Octal 246 17 320 24 135 0 22 437 127 54
Binary 10100110 1111 11010000 10100 1011101 0 10010 100011111 1010111 101100

Color Harmonies of #A60FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FD0

Black with #A60FD0

Text Example


Text Example

White with #A60FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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