Html Css Color HEX #A50BBF Dark Violet

📋 copy color: '#A50BBF'

red 165 ◦ green 11 ◦ blue 191

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

Shades of Dark Violet #A50BBF

Tints of Dark Violet #A50BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.04%

R = 44.96%
G = 3%
B = 52.04%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A50BBF (or 0xA50BBF) is known color: Dark Violet. HEX triplet: A5, 0B and BF. RGB value is (165,11,191). Sum of RGB (Red+Green+Blue) = 165+11+191=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #A50BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BBF is #5AF440. Grayscale: #4D4D4D. Windows color (decimal): -5960769 or 12520357. OLE color: 12520357.

HSL color Cylindrical-coordinate representation of color #A50BBF: hue angle of 291.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50BBF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 11 191 -
CMYK 0.14 0.94 0 0.25
HSL 291.33º 0.89% 0.4% -
HSV(B) 291.33º 0.94% 0.75% -
XYZ 25.04 12 50.29 -
YUV 77.57 192.02 190.36 -
System Red Green Blue C M Y K H S L
Decimal 165 11 191 0.14 0.94 0 0.25 291.33 0.89 0.4
Hex A5 B BF E 5E 0 19 123 59 28
Octal 245 13 277 16 136 0 31 443 131 50
Binary 10100101 1011 10111111 1110 1011110 0 11001 100100011 1011001 101000

Color Harmonies of #A50BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BBF

Black with #A50BBF

Text Example


Text Example

White with #A50BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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