Html Css Color HEX #A610B2 Dark Violet

📋 copy color: '#A610B2'

red 166 ◦ green 16 ◦ blue 178

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

Shades of Dark Violet #A610B2

Tints of Dark Violet #A610B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.44%

R = 46.11%
G = 4.44%
B = 49.44%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A610B2 (or 0xA610B2) is known color: Dark Violet. HEX triplet: A6, 10 and B2. RGB value is (166,16,178). Sum of RGB (Red+Green+Blue) = 166+16+178=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 178 (69.92% from 255 or 49.44% from 360); Max value from RGB is 178 - color contains mainly: blue. Hex color #A610B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A610B2 is #59EF4D. Grayscale: #4E4E4E. Windows color (decimal): -5893966 or 11669670. OLE color: 11669670.

HSL color Cylindrical-coordinate representation of color #A610B2: hue angle of 295.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A610B2 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 16 178 -
CMYK 0.07 0.91 0 0.30
HSL 295.56º 0.84% 0.38% -
HSV(B) 295.56º 0.91% 0.7% -
XYZ 23.95 11.69 43.11 -
YUV 79.32 183.7 189.83 -
System Red Green Blue C M Y K H S L
Decimal 166 16 178 0.07 0.91 0 0.30 295.56 0.84 0.38
Hex A6 10 B2 7 5B 0 1E 128 54 26
Octal 246 20 262 7 133 0 36 450 124 46
Binary 10100110 10000 10110010 111 1011011 0 11110 100101000 1010100 100110

Color Harmonies of #A610B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610B2

Black with #A610B2

Text Example


Text Example

White with #A610B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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