Html Css Color HEX #A605E1 Dark Violet

📋 copy color: '#A605E1'

red 166 ◦ green 5 ◦ blue 225

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

Shades of Dark Violet #A605E1

Tints of Dark Violet #A605E1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

 BLUE value IS 225 (88.28% from 255) = 56.82%

R = 41.92%
G = 1.26%
B = 56.82%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A605E1 (or 0xA605E1) is known color: Dark Violet. HEX triplet: A6, 05 and E1. RGB value is (166,5,225). Sum of RGB (Red+Green+Blue) = 166+5+225=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 225 (88.28% from 255 or 56.82% from 396); Max value from RGB is 225 - color contains mainly: blue. Hex color #A605E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A605E1 is #59FA1E. Grayscale: #4D4D4D. Windows color (decimal): -5896735 or 14747046. OLE color: 14747046.

HSL color Cylindrical-coordinate representation of color #A605E1: hue angle of 283.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A605E1 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 5 225 -
CMYK 0.26 0.98 0 0.12
HSL 283.91º 0.96% 0.45% -
HSV(B) 283.91º 0.98% 0.88% -
XYZ 29.37 13.65 72.32 -
YUV 78.22 210.84 190.61 -
System Red Green Blue C M Y K H S L
Decimal 166 5 225 0.26 0.98 0 0.12 283.91 0.96 0.45
Hex A6 5 E1 1A 62 0 C 11C 60 2D
Octal 246 5 341 32 142 0 14 434 140 55
Binary 10100110 101 11100001 11010 1100010 0 1100 100011100 1100000 101101

Color Harmonies of #A605E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A605E1

Black with #A605E1

Text Example


Text Example

White with #A605E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A605E1; }

 p { color: rgb(166,5,225); }

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

background-color css

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

 a { background-color: rgb(166,5,225); }

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

border-color css

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

 span { border-color: rgb(166,5,225); }

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