Html Css Color HEX #A610BD Dark Violet

📋 copy color: '#A610BD'

red 166 ◦ green 16 ◦ blue 189

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

Shades of Dark Violet #A610BD

Tints of Dark Violet #A610BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.94%

R = 44.74%
G = 4.31%
B = 50.94%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A610BD (or 0xA610BD) is known color: Dark Violet. HEX triplet: A6, 10 and BD. RGB value is (166,16,189). Sum of RGB (Red+Green+Blue) = 166+16+189=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #A610BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A610BD is #59EF42. Grayscale: #505050. Windows color (decimal): -5893955 or 12390566. OLE color: 12390566.

HSL color Cylindrical-coordinate representation of color #A610BD: hue angle of 292.02º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A610BD is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 16 189 -
CMYK 0.12 0.92 0 0.26
HSL 292.02º 0.84% 0.4% -
HSV(B) 292.02º 0.92% 0.74% -
XYZ 25.1 12.15 49.17 -
YUV 80.57 189.2 188.93 -
System Red Green Blue C M Y K H S L
Decimal 166 16 189 0.12 0.92 0 0.26 292.02 0.84 0.4
Hex A6 10 BD C 5C 0 1A 124 54 28
Octal 246 20 275 14 134 0 32 444 124 50
Binary 10100110 10000 10111101 1100 1011100 0 11010 100100100 1010100 101000

Color Harmonies of #A610BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610BD

Black with #A610BD

Text Example


Text Example

White with #A610BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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