Html Css Color HEX #A128A0 Vivid Violet

📋 copy color: '#A128A0'

red 161 ◦ green 40 ◦ blue 160

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

Shades of Vivid Violet #A128A0

Tints of Vivid Violet #A128A0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

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

R = 44.6%
G = 11.08%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A128A0 (or 0xA128A0) is known color: Vivid Violet. HEX triplet: A1, 28 and A0. RGB value is (161,40,160). Sum of RGB (Red+Green+Blue) = 161+40+160=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A128A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A128A0 is #5ED75F. Grayscale: #595959. Windows color (decimal): -6215520 or 10496161. OLE color: 10496161.

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

Color convert

RGB 161 40 160 -
CMYK 0 0.75 0.01 0.37
HSL 300.5º 0.6% 0.39% -
HSV(B) 300.5º 0.75% 0.63% -
XYZ 21.8 11.63 34.35 -
YUV 89.86 167.59 178.74 -
System Red Green Blue C M Y K H S L
Decimal 161 40 160 0 0.75 0.01 0.37 300.5 0.6 0.39
Hex A1 28 A0 0 4B 1 25 12C 3C 27
Octal 241 50 240 0 113 1 45 454 74 47
Binary 10100001 101000 10100000 0 1001011 1 100101 100101100 111100 100111

Color Harmonies of #A128A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128A0

Black with #A128A0

Text Example


Text Example

White with #A128A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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