Html Css Color HEX #A604BA Dark Violet

📋 copy color: '#A604BA'

red 166 ◦ green 4 ◦ blue 186

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

Shades of Dark Violet #A604BA

Tints of Dark Violet #A604BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 46.63%
G = 1.12%
B = 52.25%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A604BA (or 0xA604BA) is known color: Dark Violet. HEX triplet: A6, 04 and BA. RGB value is (166,4,186). Sum of RGB (Red+Green+Blue) = 166+4+186=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #A604BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A604BA is #59FB45. Grayscale: #484848. Windows color (decimal): -5897030 or 12190886. OLE color: 12190886.

HSL color Cylindrical-coordinate representation of color #A604BA: hue angle of 293.41º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A604BA is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 4 186 -
CMYK 0.11 0.98 0 0.27
HSL 293.41º 0.96% 0.37% -
HSV(B) 293.41º 0.98% 0.73% -
XYZ 24.63 11.74 47.42 -
YUV 73.19 191.67 194.2 -
System Red Green Blue C M Y K H S L
Decimal 166 4 186 0.11 0.98 0 0.27 293.41 0.96 0.37
Hex A6 4 BA B 62 0 1B 125 60 25
Octal 246 4 272 13 142 0 33 445 140 45
Binary 10100110 100 10111010 1011 1100010 0 11011 100100101 1100000 100101

Color Harmonies of #A604BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A604BA

Black with #A604BA

Text Example


Text Example

White with #A604BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A604BA; }

 p { color: rgb(166,4,186); }

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

background-color css

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

 a { background-color: rgb(166,4,186); }

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

border-color css

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

 span { border-color: rgb(166,4,186); }

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