Html Css Color HEX #A604BB Dark Violet

📋 copy color: '#A604BB'

red 166 ◦ green 4 ◦ blue 187

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

Shades of Dark Violet #A604BB

Tints of Dark Violet #A604BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 46.5%
G = 1.12%
B = 52.38%

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

#A604BB (or 0xA604BB) is known color: Dark Violet. HEX triplet: A6, 04 and BB. RGB value is (166,4,187). Sum of RGB (Red+Green+Blue) = 166+4+187=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #A604BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A604BB is #59FB44. Grayscale: #484848. Windows color (decimal): -5897029 or 12256422. OLE color: 12256422.

HSL color Cylindrical-coordinate representation of color #A604BB: hue angle of 293.11º 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 #A604BB is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 4 187 -
CMYK 0.11 0.98 0 0.27
HSL 293.11º 0.96% 0.37% -
HSV(B) 293.11º 0.98% 0.73% -
XYZ 24.74 11.78 47.98 -
YUV 73.3 192.17 194.12 -
System Red Green Blue C M Y K H S L
Decimal 166 4 187 0.11 0.98 0 0.27 293.11 0.96 0.37
Hex A6 4 BB B 62 0 1B 125 60 25
Octal 246 4 273 13 142 0 33 445 140 45
Binary 10100110 100 10111011 1011 1100010 0 11011 100100101 1100000 100101

Color Harmonies of #A604BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A604BB

Black with #A604BB

Text Example


Text Example

White with #A604BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A604BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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