Html Css Color HEX #A50CB5 Dark Violet

📋 copy color: '#A50CB5'

red 165 ◦ green 12 ◦ blue 181

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

Shades of Dark Violet #A50CB5

Tints of Dark Violet #A50CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.56%

R = 46.09%
G = 3.35%
B = 50.56%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A50CB5 (or 0xA50CB5) is known color: Dark Violet. HEX triplet: A5, 0C and B5. RGB value is (165,12,181). Sum of RGB (Red+Green+Blue) = 165+12+181=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #A50CB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CB5 is #5AF34A. Grayscale: #4C4C4C. Windows color (decimal): -5960523 or 11865253. OLE color: 11865253.

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

Color convert

RGB 165 12 181 -
CMYK 0.09 0.93 0 0.29
HSL 294.32º 0.88% 0.38% -
HSV(B) 294.32º 0.93% 0.71% -
XYZ 23.99 11.6 44.69 -
YUV 77.01 186.69 190.76 -
System Red Green Blue C M Y K H S L
Decimal 165 12 181 0.09 0.93 0 0.29 294.32 0.88 0.38
Hex A5 C B5 9 5D 0 1D 126 58 26
Octal 245 14 265 11 135 0 35 446 130 46
Binary 10100101 1100 10110101 1001 1011101 0 11101 100100110 1011000 100110

Color Harmonies of #A50CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50CB5

Black with #A50CB5

Text Example


Text Example

White with #A50CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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