Html Css Color HEX #A128A8 Vivid Violet

📋 copy color: '#A128A8'

red 161 ◦ green 40 ◦ blue 168

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

Shades of Vivid Violet #A128A8

Tints of Vivid Violet #A128A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.53%

R = 43.63%
G = 10.84%
B = 45.53%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A128A8 (or 0xA128A8) is known color: Vivid Violet. HEX triplet: A1, 28 and A8. RGB value is (161,40,168). Sum of RGB (Red+Green+Blue) = 161+40+168=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 168 - color contains mainly: blue. Hex color #A128A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A128A8 is #5ED757. Grayscale: #5A5A5A. Windows color (decimal): -6215512 or 11020449. OLE color: 11020449.

HSL color Cylindrical-coordinate representation of color #A128A8: hue angle of 296.72º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A128A8 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 40 168 -
CMYK 0.04 0.76 0 0.34
HSL 296.72º 0.62% 0.41% -
HSV(B) 296.72º 0.76% 0.66% -
XYZ 22.52 11.92 38.16 -
YUV 90.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 161 40 168 0.04 0.76 0 0.34 296.72 0.62 0.41
Hex A1 28 A8 4 4C 0 22 129 3E 29
Octal 241 50 250 4 114 0 42 451 76 51
Binary 10100001 101000 10101000 100 1001100 0 100010 100101001 111110 101001

Color Harmonies of #A128A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128A8

Black with #A128A8

Text Example


Text Example

White with #A128A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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