Html Css Color HEX #A136A0 Vivid Violet

📋 copy color: '#A136A0'

red 161 ◦ green 54 ◦ blue 160

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

Shades of Vivid Violet #A136A0

Tints of Vivid Violet #A136A0

RGB

 RED value IS 161 (63.28% from 255) = 42.93%

 GREEN value IS 54 (21.48% from 255) = 14.4%

 BLUE value IS 160 (62.89% from 255) = 42.67%

R = 42.93%
G = 14.4%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A136A0 (or 0xA136A0) is known color: Vivid Violet. HEX triplet: A1, 36 and A0. RGB value is (161,54,160). Sum of RGB (Red+Green+Blue) = 161+54+160=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A136A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A136A0 is #5EC95F. Grayscale: #616161. Windows color (decimal): -6211936 or 10499745. OLE color: 10499745.

HSL color Cylindrical-coordinate representation of color #A136A0: hue angle of 300.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A136A0 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 54 160 -
CMYK 0 0.66 0.01 0.37
HSL 300.56º 0.5% 0.42% -
HSV(B) 300.56º 0.66% 0.63% -
XYZ 22.36 12.75 34.54 -
YUV 98.08 162.95 172.88 -
System Red Green Blue C M Y K H S L
Decimal 161 54 160 0 0.66 0.01 0.37 300.56 0.5 0.42
Hex A1 36 A0 0 42 1 25 12D 32 2A
Octal 241 66 240 0 102 1 45 455 62 52
Binary 10100001 110110 10100000 0 1000010 1 100101 100101101 110010 101010

Color Harmonies of #A136A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136A0

Black with #A136A0

Text Example


Text Example

White with #A136A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136A0; }

 p { color: rgb(161,54,160); }

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

background-color css

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

 a { background-color: rgb(161,54,160); }

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

border-color css

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

 span { border-color: rgb(161,54,160); }

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