Html Css Color HEX #A610AF Dark Violet

📋 copy color: '#A610AF'

red 166 ◦ green 16 ◦ blue 175

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

Shades of Dark Violet #A610AF

Tints of Dark Violet #A610AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 46.5%
G = 4.48%
B = 49.02%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A610AF (or 0xA610AF) is known color: Dark Violet. HEX triplet: A6, 10 and AF. RGB value is (166,16,175). Sum of RGB (Red+Green+Blue) = 166+16+175=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #A610AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A610AF is #59EF50. Grayscale: #4E4E4E. Windows color (decimal): -5893969 or 11473062. OLE color: 11473062.

HSL color Cylindrical-coordinate representation of color #A610AF: hue angle of 296.6º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A610AF is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 16 175 -
CMYK 0.05 0.91 0 0.31
HSL 296.6º 0.83% 0.37% -
HSV(B) 296.6º 0.91% 0.69% -
XYZ 23.65 11.57 41.54 -
YUV 78.98 182.2 190.07 -
System Red Green Blue C M Y K H S L
Decimal 166 16 175 0.05 0.91 0 0.31 296.6 0.83 0.37
Hex A6 10 AF 5 5B 0 1F 129 53 25
Octal 246 20 257 5 133 0 37 451 123 45
Binary 10100110 10000 10101111 101 1011011 0 11111 100101001 1010011 100101

Color Harmonies of #A610AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610AF

Black with #A610AF

Text Example


Text Example

White with #A610AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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