Html Css Color HEX #A50CBA Dark Violet

📋 copy color: '#A50CBA'

red 165 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #A50CBA

Tints of Dark Violet #A50CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 45.45%
G = 3.31%
B = 51.24%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A50CBA (or 0xA50CBA) is known color: Dark Violet. HEX triplet: A5, 0C and BA. RGB value is (165,12,186). Sum of RGB (Red+Green+Blue) = 165+12+186=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #A50CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CBA is #5AF345. Grayscale: #4D4D4D. Windows color (decimal): -5960518 or 12192933. OLE color: 12192933.

HSL color Cylindrical-coordinate representation of color #A50CBA: hue angle of 292.76º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50CBA is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 12 186 -
CMYK 0.11 0.94 0 0.27
HSL 292.76º 0.88% 0.39% -
HSV(B) 292.76º 0.94% 0.73% -
XYZ 24.51 11.81 47.44 -
YUV 77.58 189.19 190.35 -
System Red Green Blue C M Y K H S L
Decimal 165 12 186 0.11 0.94 0 0.27 292.76 0.88 0.39
Hex A5 C BA B 5E 0 1B 125 58 27
Octal 245 14 272 13 136 0 33 445 130 47
Binary 10100101 1100 10111010 1011 1011110 0 11011 100100101 1011000 100111

Color Harmonies of #A50CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50CBA

Black with #A50CBA

Text Example


Text Example

White with #A50CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50CBA; }

 p { color: rgb(165,12,186); }

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

background-color css

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

 a { background-color: rgb(165,12,186); }

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

border-color css

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

 span { border-color: rgb(165,12,186); }

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