Html Css Color HEX #A603BE Dark Violet

📋 copy color: '#A603BE'

red 166 ◦ green 3 ◦ blue 190

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

Shades of Dark Violet #A603BE

Tints of Dark Violet #A603BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.92%

R = 46.24%
G = 0.84%
B = 52.92%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A603BE (or 0xA603BE) is known color: Dark Violet. HEX triplet: A6, 03 and BE. RGB value is (166,3,190). Sum of RGB (Red+Green+Blue) = 166+3+190=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #A603BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603BE is #59FC41. Grayscale: #484848. Windows color (decimal): -5897282 or 12452774. OLE color: 12452774.

HSL color Cylindrical-coordinate representation of color #A603BE: hue angle of 292.3º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A603BE is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 3 190 -
CMYK 0.13 0.98 0 0.25
HSL 292.3º 0.97% 0.38% -
HSV(B) 292.3º 0.98% 0.75% -
XYZ 25.05 11.89 49.69 -
YUV 73.06 194 194.29 -
System Red Green Blue C M Y K H S L
Decimal 166 3 190 0.13 0.98 0 0.25 292.3 0.97 0.38
Hex A6 3 BE D 62 0 19 124 61 26
Octal 246 3 276 15 142 0 31 444 141 46
Binary 10100110 11 10111110 1101 1100010 0 11001 100100100 1100001 100110

Color Harmonies of #A603BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A603BE

Black with #A603BE

Text Example


Text Example

White with #A603BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A603BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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