Html Css Color HEX #A603CA Dark Violet

📋 copy color: '#A603CA'

red 166 ◦ green 3 ◦ blue 202

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

Shades of Dark Violet #A603CA

Tints of Dark Violet #A603CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.45%

R = 44.74%
G = 0.81%
B = 54.45%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A603CA (or 0xA603CA) is known color: Dark Violet. HEX triplet: A6, 03 and CA. RGB value is (166,3,202). Sum of RGB (Red+Green+Blue) = 166+3+202=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #A603CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603CA is #59FC35. Grayscale: #494949. Windows color (decimal): -5897270 or 13239206. OLE color: 13239206.

HSL color Cylindrical-coordinate representation of color #A603CA: hue angle of 289.15º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603CA is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 3 202 -
CMYK 0.18 0.99 0 0.21
HSL 289.15º 0.97% 0.4% -
HSV(B) 289.15º 0.99% 0.79% -
XYZ 26.42 12.44 56.89 -
YUV 74.42 200 193.32 -
System Red Green Blue C M Y K H S L
Decimal 166 3 202 0.18 0.99 0 0.21 289.15 0.97 0.4
Hex A6 3 CA 12 63 0 15 121 61 28
Octal 246 3 312 22 143 0 25 441 141 50
Binary 10100110 11 11001010 10010 1100011 0 10101 100100001 1100001 101000

Color Harmonies of #A603CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A603CA

Black with #A603CA

Text Example


Text Example

White with #A603CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A603CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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