Html Css Color HEX #A50BB6 Dark Violet

📋 copy color: '#A50BB6'

red 165 ◦ green 11 ◦ blue 182

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

Shades of Dark Violet #A50BB6

Tints of Dark Violet #A50BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.84%

R = 46.09%
G = 3.07%
B = 50.84%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A50BB6 (or 0xA50BB6) is known color: Dark Violet. HEX triplet: A5, 0B and B6. RGB value is (165,11,182). Sum of RGB (Red+Green+Blue) = 165+11+182=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #A50BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BB6 is #5AF449. Grayscale: #4C4C4C. Windows color (decimal): -5960778 or 11930533. OLE color: 11930533.

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

Color convert

RGB 165 11 182 -
CMYK 0.09 0.94 0 0.29
HSL 294.04º 0.89% 0.38% -
HSV(B) 294.04º 0.94% 0.71% -
XYZ 24.08 11.62 45.23 -
YUV 76.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 165 11 182 0.09 0.94 0 0.29 294.04 0.89 0.38
Hex A5 B B6 9 5E 0 1D 126 59 26
Octal 245 13 266 11 136 0 35 446 131 46
Binary 10100101 1011 10110110 1001 1011110 0 11101 100100110 1011001 100110

Color Harmonies of #A50BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BB6

Black with #A50BB6

Text Example


Text Example

White with #A50BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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