Html Css Color HEX #A610B0 Dark Violet

📋 copy color: '#A610B0'

red 166 ◦ green 16 ◦ blue 176

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

Shades of Dark Violet #A610B0

Tints of Dark Violet #A610B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.16%

R = 46.37%
G = 4.47%
B = 49.16%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A610B0 (or 0xA610B0) is known color: Dark Violet. HEX triplet: A6, 10 and B0. RGB value is (166,16,176). Sum of RGB (Red+Green+Blue) = 166+16+176=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #A610B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A610B0 is #59EF4F. Grayscale: #4E4E4E. Windows color (decimal): -5893968 or 11538598. OLE color: 11538598.

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

Color convert

RGB 166 16 176 -
CMYK 0.06 0.91 0 0.31
HSL 296.25º 0.83% 0.38% -
HSV(B) 296.25º 0.91% 0.69% -
XYZ 23.75 11.61 42.06 -
YUV 79.09 182.7 189.99 -
System Red Green Blue C M Y K H S L
Decimal 166 16 176 0.06 0.91 0 0.31 296.25 0.83 0.38
Hex A6 10 B0 6 5B 0 1F 128 53 26
Octal 246 20 260 6 133 0 37 450 123 46
Binary 10100110 10000 10110000 110 1011011 0 11111 100101000 1010011 100110

Color Harmonies of #A610B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610B0

Black with #A610B0

Text Example


Text Example

White with #A610B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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