Html Css Color HEX #A50BBA Dark Violet

📋 copy color: '#A50BBA'

red 165 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #A50BBA

Tints of Dark Violet #A50BBA

RGB

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

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

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

R = 45.58%
G = 3.04%
B = 51.38%

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

#A50BBA (or 0xA50BBA) is known color: Dark Violet. HEX triplet: A5, 0B and BA. RGB value is (165,11,186). Sum of RGB (Red+Green+Blue) = 165+11+186=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #A50BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BBA is #5AF445. Grayscale: #4C4C4C. Windows color (decimal): -5960774 or 12192677. OLE color: 12192677.

HSL color Cylindrical-coordinate representation of color #A50BBA: hue angle of 292.8º degrees, saturation: 0.89, 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 #A50BBA is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 11 186 -
CMYK 0.11 0.94 0 0.27
HSL 292.8º 0.89% 0.39% -
HSV(B) 292.8º 0.94% 0.73% -
XYZ 24.5 11.78 47.44 -
YUV 77 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 165 11 186 0.11 0.94 0 0.27 292.8 0.89 0.39
Hex A5 B BA B 5E 0 1B 125 59 27
Octal 245 13 272 13 136 0 33 445 131 47
Binary 10100101 1011 10111010 1011 1011110 0 11011 100100101 1011001 100111

Color Harmonies of #A50BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BBA

Black with #A50BBA

Text Example


Text Example

White with #A50BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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