Html Css Color HEX #A503CE Dark Violet

📋 copy color: '#A503CE'

red 165 ◦ green 3 ◦ blue 206

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

Shades of Dark Violet #A503CE

Tints of Dark Violet #A503CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 44.12%
G = 0.8%
B = 55.08%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A503CE (or 0xA503CE) is known color: Dark Violet. HEX triplet: A5, 03 and CE. RGB value is (165,3,206). Sum of RGB (Red+Green+Blue) = 165+3+206=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #A503CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503CE is #5AFC31. Grayscale: #494949. Windows color (decimal): -5962802 or 13501349. OLE color: 13501349.

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

Color convert

RGB 165 3 206 -
CMYK 0.20 0.99 0 0.19
HSL 287.88º 0.97% 0.41% -
HSV(B) 287.88º 0.99% 0.81% -
XYZ 26.69 12.52 59.4 -
YUV 74.58 202.17 192.49 -
System Red Green Blue C M Y K H S L
Decimal 165 3 206 0.20 0.99 0 0.19 287.88 0.97 0.41
Hex A5 3 CE 14 63 0 13 120 61 29
Octal 245 3 316 24 143 0 23 440 141 51
Binary 10100101 11 11001110 10100 1100011 0 10011 100100000 1100001 101001

Color Harmonies of #A503CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A503CE

Black with #A503CE

Text Example


Text Example

White with #A503CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A503CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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