Html Css Color HEX #A604BC Dark Violet

📋 copy color: '#A604BC'

red 166 ◦ green 4 ◦ blue 188

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

Shades of Dark Violet #A604BC

Tints of Dark Violet #A604BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 46.37%
G = 1.12%
B = 52.51%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A604BC (or 0xA604BC) is known color: Dark Violet. HEX triplet: A6, 04 and BC. RGB value is (166,4,188). Sum of RGB (Red+Green+Blue) = 166+4+188=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #A604BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A604BC is #59FB43. Grayscale: #484848. Windows color (decimal): -5897028 or 12321958. OLE color: 12321958.

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

Color convert

RGB 166 4 188 -
CMYK 0.12 0.98 0 0.26
HSL 292.83º 0.96% 0.38% -
HSV(B) 292.83º 0.98% 0.74% -
XYZ 24.85 11.82 48.55 -
YUV 73.41 192.67 194.04 -
System Red Green Blue C M Y K H S L
Decimal 166 4 188 0.12 0.98 0 0.26 292.83 0.96 0.38
Hex A6 4 BC C 62 0 1A 125 60 26
Octal 246 4 274 14 142 0 32 445 140 46
Binary 10100110 100 10111100 1100 1100010 0 11010 100100101 1100000 100110

Color Harmonies of #A604BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A604BC

Black with #A604BC

Text Example


Text Example

White with #A604BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A604BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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