Html Css Color HEX #A610B9 Dark Violet

📋 copy color: '#A610B9'

red 166 ◦ green 16 ◦ blue 185

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

Shades of Dark Violet #A610B9

Tints of Dark Violet #A610B9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.36%

 BLUE value IS 185 (72.66% from 255) = 50.41%

R = 45.23%
G = 4.36%
B = 50.41%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A610B9 (or 0xA610B9) is known color: Dark Violet. HEX triplet: A6, 10 and B9. RGB value is (166,16,185). Sum of RGB (Red+Green+Blue) = 166+16+185=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #A610B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610B9 is #59EF46. Grayscale: #4F4F4F. Windows color (decimal): -5893959 or 12128422. OLE color: 12128422.

HSL color Cylindrical-coordinate representation of color #A610B9: hue angle of 293.25º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A610B9 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 16 185 -
CMYK 0.10 0.91 0 0.27
HSL 293.25º 0.84% 0.39% -
HSV(B) 293.25º 0.91% 0.73% -
XYZ 24.67 11.98 46.91 -
YUV 80.12 187.2 189.26 -
System Red Green Blue C M Y K H S L
Decimal 166 16 185 0.10 0.91 0 0.27 293.25 0.84 0.39
Hex A6 10 B9 A 5B 0 1B 125 54 27
Octal 246 20 271 12 133 0 33 445 124 47
Binary 10100110 10000 10111001 1010 1011011 0 11011 100100101 1010100 100111

Color Harmonies of #A610B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610B9

Black with #A610B9

Text Example


Text Example

White with #A610B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610B9; }

 p { color: rgb(166,16,185); }

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

background-color css

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

 a { background-color: rgb(166,16,185); }

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

border-color css

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

 span { border-color: rgb(166,16,185); }

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