Html Css Color HEX #A613B4 Dark Violet

📋 copy color: '#A613B4'

red 166 ◦ green 19 ◦ blue 180

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

Shades of Dark Violet #A613B4

Tints of Dark Violet #A613B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.32%

R = 45.48%
G = 5.21%
B = 49.32%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A613B4 (or 0xA613B4) is known color: Dark Violet. HEX triplet: A6, 13 and B4. RGB value is (166,19,180). Sum of RGB (Red+Green+Blue) = 166+19+180=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #A613B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A613B4 is #59EC4B. Grayscale: #505050. Windows color (decimal): -5893196 or 11801510. OLE color: 11801510.

HSL color Cylindrical-coordinate representation of color #A613B4: hue angle of 294.78º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A613B4 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 19 180 -
CMYK 0.08 0.89 0 0.29
HSL 294.78º 0.81% 0.39% -
HSV(B) 294.78º 0.89% 0.71% -
XYZ 24.2 11.87 44.2 -
YUV 81.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 166 19 180 0.08 0.89 0 0.29 294.78 0.81 0.39
Hex A6 13 B4 8 59 0 1D 127 51 27
Octal 246 23 264 10 131 0 35 447 121 47
Binary 10100110 10011 10110100 1000 1011001 0 11101 100100111 1010001 100111

Color Harmonies of #A613B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613B4

Black with #A613B4

Text Example


Text Example

White with #A613B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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