Html Css Color HEX #A503CC Dark Violet

📋 copy color: '#A503CC'

red 165 ◦ green 3 ◦ blue 204

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

Shades of Dark Violet #A503CC

Tints of Dark Violet #A503CC

RGB

 RED value IS 165 (64.84% from 255) = 44.35%

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

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

R = 44.35%
G = 0.81%
B = 54.84%

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

#A503CC (or 0xA503CC) is known color: Dark Violet. HEX triplet: A5, 03 and CC. RGB value is (165,3,204). Sum of RGB (Red+Green+Blue) = 165+3+204=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #A503CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503CC is #5AFC33. Grayscale: #494949. Windows color (decimal): -5962804 or 13370277. OLE color: 13370277.

HSL color Cylindrical-coordinate representation of color #A503CC: hue angle of 288.36º 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 #A503CC is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 3 204 -
CMYK 0.19 0.99 0 0.2
HSL 288.36º 0.97% 0.41% -
HSV(B) 288.36º 0.99% 0.8% -
XYZ 26.45 12.42 58.13 -
YUV 74.35 201.17 192.66 -
System Red Green Blue C M Y K H S L
Decimal 165 3 204 0.19 0.99 0 0.2 288.36 0.97 0.41
Hex A5 3 CC 13 63 0 14 120 61 29
Octal 245 3 314 23 143 0 24 440 141 51
Binary 10100101 11 11001100 10011 1100011 0 10100 100100000 1100001 101001

Color Harmonies of #A503CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A503CC

Black with #A503CC

Text Example


Text Example

White with #A503CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A503CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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