Html Css Color HEX #A603BA Dark Violet

📋 copy color: '#A603BA'

red 166 ◦ green 3 ◦ blue 186

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

Shades of Dark Violet #A603BA

Tints of Dark Violet #A603BA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 46.76%
G = 0.85%
B = 52.39%

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

#A603BA (or 0xA603BA) is known color: Dark Violet. HEX triplet: A6, 03 and BA. RGB value is (166,3,186). Sum of RGB (Red+Green+Blue) = 166+3+186=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #A603BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603BA is #59FC45. Grayscale: #484848. Windows color (decimal): -5897286 or 12190630. OLE color: 12190630.

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

Color convert

RGB 166 3 186 -
CMYK 0.11 0.98 0 0.27
HSL 293.44º 0.97% 0.37% -
HSV(B) 293.44º 0.98% 0.73% -
XYZ 24.62 11.72 47.42 -
YUV 72.6 192 194.62 -
System Red Green Blue C M Y K H S L
Decimal 166 3 186 0.11 0.98 0 0.27 293.44 0.97 0.37
Hex A6 3 BA B 62 0 1B 125 61 25
Octal 246 3 272 13 142 0 33 445 141 45
Binary 10100110 11 10111010 1011 1100010 0 11011 100100101 1100001 100101

Color Harmonies of #A603BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A603BA

Black with #A603BA

Text Example


Text Example

White with #A603BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A603BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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