Html Css Color HEX #A60CE4 Dark Violet

📋 copy color: '#A60CE4'

red 166 ◦ green 12 ◦ blue 228

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

Shades of Dark Violet #A60CE4

Tints of Dark Violet #A60CE4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.96%

 BLUE value IS 228 (89.45% from 255) = 56.16%

R = 40.89%
G = 2.96%
B = 56.16%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A60CE4 (or 0xA60CE4) is known color: Dark Violet. HEX triplet: A6, 0C and E4. RGB value is (166,12,228). Sum of RGB (Red+Green+Blue) = 166+12+228=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #A60CE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60CE4 is #59F31B. Grayscale: #515151. Windows color (decimal): -5894940 or 14945446. OLE color: 14945446.

HSL color Cylindrical-coordinate representation of color #A60CE4: hue angle of 282.78º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60CE4 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 12 228 -
CMYK 0.27 0.95 0 0.11
HSL 282.78º 0.9% 0.47% -
HSV(B) 282.78º 0.95% 0.89% -
XYZ 29.86 13.97 74.52 -
YUV 82.67 210.02 187.44 -
System Red Green Blue C M Y K H S L
Decimal 166 12 228 0.27 0.95 0 0.11 282.78 0.9 0.47
Hex A6 C E4 1B 5F 0 B 11B 5A 2F
Octal 246 14 344 33 137 0 13 433 132 57
Binary 10100110 1100 11100100 11011 1011111 0 1011 100011011 1011010 101111

Color Harmonies of #A60CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CE4

Black with #A60CE4

Text Example


Text Example

White with #A60CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CE4; }

 p { color: rgb(166,12,228); }

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

background-color css

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

 a { background-color: rgb(166,12,228); }

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

border-color css

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

 span { border-color: rgb(166,12,228); }

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