Html Css Color HEX #A613C9 Dark Violet

📋 copy color: '#A613C9'

red 166 ◦ green 19 ◦ blue 201

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

Shades of Dark Violet #A613C9

Tints of Dark Violet #A613C9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.92%

 BLUE value IS 201 (78.91% from 255) = 52.07%

R = 43.01%
G = 4.92%
B = 52.07%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A613C9 (or 0xA613C9) is known color: Dark Violet. HEX triplet: A6, 13 and C9. RGB value is (166,19,201). Sum of RGB (Red+Green+Blue) = 166+19+201=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #A613C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613C9 is #59EC36. Grayscale: #535353. Windows color (decimal): -5893175 or 13177766. OLE color: 13177766.

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

Color convert

RGB 166 19 201 -
CMYK 0.17 0.91 0 0.21
HSL 288.46º 0.83% 0.43% -
HSV(B) 288.46º 0.91% 0.79% -
XYZ 26.5 12.79 56.33 -
YUV 83.7 194.2 186.7 -
System Red Green Blue C M Y K H S L
Decimal 166 19 201 0.17 0.91 0 0.21 288.46 0.83 0.43
Hex A6 13 C9 11 5B 0 15 120 53 2B
Octal 246 23 311 21 133 0 25 440 123 53
Binary 10100110 10011 11001001 10001 1011011 0 10101 100100000 1010011 101011

Color Harmonies of #A613C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613C9

Black with #A613C9

Text Example


Text Example

White with #A613C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613C9; }

 p { color: rgb(166,19,201); }

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

background-color css

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

 a { background-color: rgb(166,19,201); }

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

border-color css

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

 span { border-color: rgb(166,19,201); }

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