Html Css Color HEX #A605D3 Dark Violet

📋 copy color: '#A605D3'

red 166 ◦ green 5 ◦ blue 211

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

Shades of Dark Violet #A605D3

Tints of Dark Violet #A605D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 55.24%

R = 43.46%
G = 1.31%
B = 55.24%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A605D3 (or 0xA605D3) is known color: Dark Violet. HEX triplet: A6, 05 and D3. RGB value is (166,5,211). Sum of RGB (Red+Green+Blue) = 166+5+211=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 211 (82.81% from 255 or 55.24% from 382); Max value from RGB is 211 - color contains mainly: blue. Hex color #A605D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A605D3 is #59FA2C. Grayscale: #4B4B4B. Windows color (decimal): -5896749 or 13829542. OLE color: 13829542.

HSL color Cylindrical-coordinate representation of color #A605D3: hue angle of 286.89º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A605D3 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 5 211 -
CMYK 0.21 0.98 0 0.17
HSL 286.89º 0.95% 0.42% -
HSV(B) 286.89º 0.98% 0.83% -
XYZ 27.54 12.92 62.67 -
YUV 76.62 203.84 191.75 -
System Red Green Blue C M Y K H S L
Decimal 166 5 211 0.21 0.98 0 0.17 286.89 0.95 0.42
Hex A6 5 D3 15 62 0 11 11F 5F 2A
Octal 246 5 323 25 142 0 21 437 137 52
Binary 10100110 101 11010011 10101 1100010 0 10001 100011111 1011111 101010

Color Harmonies of #A605D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A605D3

Black with #A605D3

Text Example


Text Example

White with #A605D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A605D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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