Html Css Color HEX #A50FB4 Dark Violet

📋 copy color: '#A50FB4'

red 165 ◦ green 15 ◦ blue 180

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

Shades of Dark Violet #A50FB4

Tints of Dark Violet #A50FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50%

R = 45.83%
G = 4.17%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A50FB4 (or 0xA50FB4) is known color: Dark Violet. HEX triplet: A5, 0F and B4. RGB value is (165,15,180). Sum of RGB (Red+Green+Blue) = 165+15+180=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #A50FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FB4 is #5AF04B. Grayscale: #4E4E4E. Windows color (decimal): -5959756 or 11800485. OLE color: 11800485.

HSL color Cylindrical-coordinate representation of color #A50FB4: hue angle of 294.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50FB4 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 15 180 -
CMYK 0.08 0.92 0 0.29
HSL 294.55º 0.85% 0.38% -
HSV(B) 294.55º 0.92% 0.71% -
XYZ 23.93 11.64 44.17 -
YUV 78.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 165 15 180 0.08 0.92 0 0.29 294.55 0.85 0.38
Hex A5 F B4 8 5C 0 1D 127 55 26
Octal 245 17 264 10 134 0 35 447 125 46
Binary 10100101 1111 10110100 1000 1011100 0 11101 100100111 1010101 100110

Color Harmonies of #A50FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FB4

Black with #A50FB4

Text Example


Text Example

White with #A50FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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