Html Css Color HEX #A136A5 Vivid Violet

📋 copy color: '#A136A5'

red 161 ◦ green 54 ◦ blue 165

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

Shades of Vivid Violet #A136A5

Tints of Vivid Violet #A136A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.42%

R = 42.37%
G = 14.21%
B = 43.42%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A136A5 (or 0xA136A5) is known color: Vivid Violet. HEX triplet: A1, 36 and A5. RGB value is (161,54,165). Sum of RGB (Red+Green+Blue) = 161+54+165=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 165 - color contains mainly: blue. Hex color #A136A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A136A5 is #5EC95A. Grayscale: #626262. Windows color (decimal): -6211931 or 10827425. OLE color: 10827425.

HSL color Cylindrical-coordinate representation of color #A136A5: hue angle of 297.84º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A136A5 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 54 165 -
CMYK 0.02 0.67 0 0.35
HSL 297.84º 0.51% 0.43% -
HSV(B) 297.84º 0.67% 0.65% -
XYZ 22.81 12.93 36.89 -
YUV 98.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 161 54 165 0.02 0.67 0 0.35 297.84 0.51 0.43
Hex A1 36 A5 2 43 0 23 12A 33 2B
Octal 241 66 245 2 103 0 43 452 63 53
Binary 10100001 110110 10100101 10 1000011 0 100011 100101010 110011 101011

Color Harmonies of #A136A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A136A5

Black with #A136A5

Text Example


Text Example

White with #A136A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A136A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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