Html Css Color HEX #A50FE4 Dark Violet

📋 copy color: '#A50FE4'

red 165 ◦ green 15 ◦ blue 228

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

Shades of Dark Violet #A50FE4

Tints of Dark Violet #A50FE4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.68%

 BLUE value IS 228 (89.45% from 255) = 55.88%

R = 40.44%
G = 3.68%
B = 55.88%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A50FE4 (or 0xA50FE4) is known color: Dark Violet. HEX triplet: A5, 0F and E4. RGB value is (165,15,228). Sum of RGB (Red+Green+Blue) = 165+15+228=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 228 (89.45% from 255 or 55.88% from 408); Max value from RGB is 228 - color contains mainly: blue. Hex color #A50FE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FE4 is #5AF01B. Grayscale: #535353. Windows color (decimal): -5959708 or 14946213. OLE color: 14946213.

HSL color Cylindrical-coordinate representation of color #A50FE4: hue angle of 282.25º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50FE4 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 15 228 -
CMYK 0.28 0.93 0 0.11
HSL 282.25º 0.88% 0.48% -
HSV(B) 282.25º 0.93% 0.89% -
XYZ 29.69 13.94 74.53 -
YUV 84.13 209.2 185.68 -
System Red Green Blue C M Y K H S L
Decimal 165 15 228 0.28 0.93 0 0.11 282.25 0.88 0.48
Hex A5 F E4 1C 5D 0 B 11A 58 30
Octal 245 17 344 34 135 0 13 432 130 60
Binary 10100101 1111 11100100 11100 1011101 0 1011 100011010 1011000 110000

Color Harmonies of #A50FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FE4

Black with #A50FE4

Text Example


Text Example

White with #A50FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FE4; }

 p { color: rgb(165,15,228); }

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

background-color css

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

 a { background-color: rgb(165,15,228); }

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

border-color css

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

 span { border-color: rgb(165,15,228); }

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