Html Css Color HEX #A50FC2 Dark Violet

📋 copy color: '#A50FC2'

red 165 ◦ green 15 ◦ blue 194

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

Shades of Dark Violet #A50FC2

Tints of Dark Violet #A50FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.87%

R = 44.12%
G = 4.01%
B = 51.87%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A50FC2 (or 0xA50FC2) is known color: Dark Violet. HEX triplet: A5, 0F and C2. RGB value is (165,15,194). Sum of RGB (Red+Green+Blue) = 165+15+194=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #A50FC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50FC2 is #5AF03D. Grayscale: #4F4F4F. Windows color (decimal): -5959742 or 12717989. OLE color: 12717989.

HSL color Cylindrical-coordinate representation of color #A50FC2: hue angle of 290.28º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50FC2 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 15 194 -
CMYK 0.15 0.92 0 0.24
HSL 290.28º 0.86% 0.41% -
HSV(B) 290.28º 0.92% 0.76% -
XYZ 25.43 12.24 52.06 -
YUV 80.26 192.2 188.45 -
System Red Green Blue C M Y K H S L
Decimal 165 15 194 0.15 0.92 0 0.24 290.28 0.86 0.41
Hex A5 F C2 F 5C 0 18 122 56 29
Octal 245 17 302 17 134 0 30 442 126 51
Binary 10100101 1111 11000010 1111 1011100 0 11000 100100010 1010110 101001

Color Harmonies of #A50FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FC2

Black with #A50FC2

Text Example


Text Example

White with #A50FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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