Html Css Color HEX #A603CC Dark Violet

📋 copy color: '#A603CC'

red 166 ◦ green 3 ◦ blue 204

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

Shades of Dark Violet #A603CC

Tints of Dark Violet #A603CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.69%

R = 44.5%
G = 0.8%
B = 54.69%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A603CC (or 0xA603CC) is known color: Dark Violet. HEX triplet: A6, 03 and CC. RGB value is (166,3,204). Sum of RGB (Red+Green+Blue) = 166+3+204=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #A603CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603CC is #59FC33. Grayscale: #4A4A4A. Windows color (decimal): -5897268 or 13370278. OLE color: 13370278.

HSL color Cylindrical-coordinate representation of color #A603CC: hue angle of 288.66º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603CC is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 3 204 -
CMYK 0.19 0.99 0 0.2
HSL 288.66º 0.97% 0.41% -
HSV(B) 288.66º 0.99% 0.8% -
XYZ 26.66 12.53 58.14 -
YUV 74.65 201 193.16 -
System Red Green Blue C M Y K H S L
Decimal 166 3 204 0.19 0.99 0 0.2 288.66 0.97 0.41
Hex A6 3 CC 13 63 0 14 121 61 29
Octal 246 3 314 23 143 0 24 441 141 51
Binary 10100110 11 11001100 10011 1100011 0 10100 100100001 1100001 101001

Color Harmonies of #A603CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A603CC

Black with #A603CC

Text Example


Text Example

White with #A603CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A603CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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