#A226A1

Color #A226A1 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #A226A1

Tints of Vivid Violet #A226A1

Color information

#A226A1 (or 0xA226A1) is unknown color: approx Vivid Violet. HEX triplet: A2, 26 and A1. RGB value is (162,38,161). Sum of RGB (Red+Green+Blue) = 162+38+161=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A226A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A226A1 is #5DD95E. Grayscale: #585858. Windows color (decimal): -6150495 or 10561186. OLE color: 10561186.

HSL color Cylindrical-coordinate representation of color #A226A1: hue angle of 300.48º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A226A1 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16238161-
CMYK00.770.010.36
HSL300.48º62%39.22%-
HSV(B)300.48º76.54%63.53%-
XYZ22.0311.6434.8-
YUV89.1168.58180-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 38 (15.23% from 255) = 10.53%
BLUE value IS 161 (63.28% from 255) = 44.60%
R=44.88%
G=10.53%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623816100.770.010.36300.486239.22
HexA226A104D12412c3e27
Octal2424624101151444547647
Binary1010001010011010100001010011011100100100101100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A226A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A226A1; }

 p { color: rgb(162,38,161); }

 H1.HeaderClassName
 {
   color: #A226A1;
 }
 .AnyTagClassName
 {
   color: #A226A1;
 }
</style>
background-color css

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

 a { background-color: rgb(162,38,161); }

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

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

 span { border-color: rgb(162,38,161); }

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