Html Css Color HEX #A503CB Dark Violet

📋 copy color: '#A503CB'

red 165 ◦ green 3 ◦ blue 203

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

Shades of Dark Violet #A503CB

Tints of Dark Violet #A503CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.72%

R = 44.47%
G = 0.81%
B = 54.72%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A503CB (or 0xA503CB) is known color: Dark Violet. HEX triplet: A5, 03 and CB. RGB value is (165,3,203). Sum of RGB (Red+Green+Blue) = 165+3+203=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #A503CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503CB is #5AFC34. Grayscale: #494949. Windows color (decimal): -5962805 or 13304741. OLE color: 13304741.

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

Color convert

RGB 165 3 203 -
CMYK 0.19 0.99 0 0.20
HSL 288.6º 0.97% 0.4% -
HSV(B) 288.6º 0.99% 0.8% -
XYZ 26.33 12.38 57.5 -
YUV 74.24 200.67 192.74 -
System Red Green Blue C M Y K H S L
Decimal 165 3 203 0.19 0.99 0 0.20 288.6 0.97 0.4
Hex A5 3 CB 13 63 0 14 121 61 28
Octal 245 3 313 23 143 0 24 441 141 50
Binary 10100101 11 11001011 10011 1100011 0 10100 100100001 1100001 101000

Color Harmonies of #A503CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A503CB

Black with #A503CB

Text Example


Text Example

White with #A503CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A503CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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