Html Css Color HEX #A600E5 Dark Violet

📋 copy color: '#A600E5'

red 166 ◦ green 0 ◦ blue 229

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

Shades of Dark Violet #A600E5

Tints of Dark Violet #A600E5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 229 (89.84% from 255) = 57.97%

R = 42.03%
G = 0%
B = 57.97%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A600E5 (or 0xA600E5) is known color: Dark Violet. HEX triplet: A6, 00 and E5. RGB value is (166,0,229). Sum of RGB (Red+Green+Blue) = 166+0+229=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 229 (89.84% from 255 or 57.97% from 395); Max value from RGB is 229 - color contains mainly: blue. Hex color #A600E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600E5 is #59FF1A. Grayscale: #4A4A4A. Windows color (decimal): -5898011 or 15007910. OLE color: 15007910.

HSL color Cylindrical-coordinate representation of color #A600E5: hue angle of 283.49º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600E5 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 0 229 -
CMYK 0.28 1 0 0.10
HSL 283.49º 1% 0.45% -
HSV(B) 283.49º 1% 0.9% -
XYZ 29.87 13.76 75.21 -
YUV 75.74 214.5 192.38 -
System Red Green Blue C M Y K H S L
Decimal 166 0 229 0.28 1 0 0.10 283.49 1 0.45
Hex A6 0 E5 1C 64 0 A 11B 64 2D
Octal 246 0 345 34 144 0 12 433 144 55
Binary 10100110 0 11100101 11100 1100100 0 1010 100011011 1100100 101101

Color Harmonies of #A600E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A600E5

Black with #A600E5

Text Example


Text Example

White with #A600E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A600E5; }

 p { color: rgb(166,0,229); }

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

background-color css

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

 a { background-color: rgb(166,0,229); }

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

border-color css

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

 span { border-color: rgb(166,0,229); }

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