Html Css Color HEX #A50AB4 Dark Violet

📋 copy color: '#A50AB4'

red 165 ◦ green 10 ◦ blue 180

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

Shades of Dark Violet #A50AB4

Tints of Dark Violet #A50AB4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.82%

 BLUE value IS 180 (70.7% from 255) = 50.7%

R = 46.48%
G = 2.82%
B = 50.7%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A50AB4 (or 0xA50AB4) is known color: Dark Violet. HEX triplet: A5, 0A and B4. RGB value is (165,10,180). Sum of RGB (Red+Green+Blue) = 165+10+180=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #A50AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50AB4 is #5AF54B. Grayscale: #4B4B4B. Windows color (decimal): -5961036 or 11799205. OLE color: 11799205.

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

Color convert

RGB 165 10 180 -
CMYK 0.08 0.94 0 0.29
HSL 294.71º 0.89% 0.37% -
HSV(B) 294.71º 0.94% 0.71% -
XYZ 23.86 11.51 44.14 -
YUV 75.73 186.85 191.68 -
System Red Green Blue C M Y K H S L
Decimal 165 10 180 0.08 0.94 0 0.29 294.71 0.89 0.37
Hex A5 A B4 8 5E 0 1D 127 59 25
Octal 245 12 264 10 136 0 35 447 131 45
Binary 10100101 1010 10110100 1000 1011110 0 11101 100100111 1011001 100101

Color Harmonies of #A50AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50AB4

Black with #A50AB4

Text Example


Text Example

White with #A50AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50AB4; }

 p { color: rgb(165,10,180); }

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

background-color css

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

 a { background-color: rgb(165,10,180); }

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

border-color css

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

 span { border-color: rgb(165,10,180); }

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