Html Css Color HEX #A603DD Dark Violet

📋 copy color: '#A603DD'

red 166 ◦ green 3 ◦ blue 221

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

Shades of Dark Violet #A603DD

Tints of Dark Violet #A603DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.67%

R = 42.56%
G = 0.77%
B = 56.67%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A603DD (or 0xA603DD) is known color: Dark Violet. HEX triplet: A6, 03 and DD. RGB value is (166,3,221). Sum of RGB (Red+Green+Blue) = 166+3+221=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #A603DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A603DD is #59FC22. Grayscale: #4B4B4B. Windows color (decimal): -5897251 or 14484390. OLE color: 14484390.

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

Color convert

RGB 166 3 221 -
CMYK 0.25 0.99 0 0.13
HSL 284.86º 0.97% 0.44% -
HSV(B) 284.86º 0.99% 0.87% -
XYZ 28.81 13.39 69.47 -
YUV 76.59 209.5 191.77 -
System Red Green Blue C M Y K H S L
Decimal 166 3 221 0.25 0.99 0 0.13 284.86 0.97 0.44
Hex A6 3 DD 19 63 0 D 11D 61 2C
Octal 246 3 335 31 143 0 15 435 141 54
Binary 10100110 11 11011101 11001 1100011 0 1101 100011101 1100001 101100

Color Harmonies of #A603DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A603DD

Black with #A603DD

Text Example


Text Example

White with #A603DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A603DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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