Html Css Color HEX #A50BC9 Dark Violet

📋 copy color: '#A50BC9'

red 165 ◦ green 11 ◦ blue 201

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

Shades of Dark Violet #A50BC9

Tints of Dark Violet #A50BC9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.92%

 BLUE value IS 201 (78.91% from 255) = 53.32%

R = 43.77%
G = 2.92%
B = 53.32%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A50BC9 (or 0xA50BC9) is known color: Dark Violet. HEX triplet: A5, 0B and C9. RGB value is (165,11,201). Sum of RGB (Red+Green+Blue) = 165+11+201=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #A50BC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BC9 is #5AF436. Grayscale: #4E4E4E. Windows color (decimal): -5960759 or 13175717. OLE color: 13175717.

HSL color Cylindrical-coordinate representation of color #A50BC9: hue angle of 288.63º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50BC9 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 11 201 -
CMYK 0.18 0.95 0 0.21
HSL 288.63º 0.9% 0.42% -
HSV(B) 288.63º 0.95% 0.79% -
XYZ 26.18 12.46 56.28 -
YUV 78.71 197.02 189.55 -
System Red Green Blue C M Y K H S L
Decimal 165 11 201 0.18 0.95 0 0.21 288.63 0.9 0.42
Hex A5 B C9 12 5F 0 15 121 5A 2A
Octal 245 13 311 22 137 0 25 441 132 52
Binary 10100101 1011 11001001 10010 1011111 0 10101 100100001 1011010 101010

Color Harmonies of #A50BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BC9

Black with #A50BC9

Text Example


Text Example

White with #A50BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BC9; }

 p { color: rgb(165,11,201); }

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

background-color css

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

 a { background-color: rgb(165,11,201); }

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

border-color css

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

 span { border-color: rgb(165,11,201); }

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