Html Css Color HEX #A503EB Dark Violet

📋 copy color: '#A503EB'

red 165 ◦ green 3 ◦ blue 235

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

Shades of Dark Violet #A503EB

Tints of Dark Violet #A503EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.31%

R = 40.94%
G = 0.74%
B = 58.31%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A503EB (or 0xA503EB) is known color: Dark Violet. HEX triplet: A5, 03 and EB. RGB value is (165,3,235). Sum of RGB (Red+Green+Blue) = 165+3+235=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #A503EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A503EB is #5AFC14. Grayscale: #4D4D4D. Windows color (decimal): -5962773 or 15401893. OLE color: 15401893.

HSL color Cylindrical-coordinate representation of color #A503EB: hue angle of 281.9º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A503EB is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 3 235 -
CMYK 0.30 0.99 0 0.08
HSL 281.9º 0.97% 0.47% -
HSV(B) 281.9º 0.99% 0.92% -
XYZ 30.55 14.06 79.7 -
YUV 77.89 216.67 190.14 -
System Red Green Blue C M Y K H S L
Decimal 165 3 235 0.30 0.99 0 0.08 281.9 0.97 0.47
Hex A5 3 EB 1E 63 0 8 11A 61 2F
Octal 245 3 353 36 143 0 10 432 141 57
Binary 10100101 11 11101011 11110 1100011 0 1000 100011010 1100001 101111

Color Harmonies of #A503EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A503EB

Black with #A503EB

Text Example


Text Example

White with #A503EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A503EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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