#A226A7

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

Shades of Vivid Violet #A226A7

Tints of Vivid Violet #A226A7

Color information

#A226A7 (or 0xA226A7) is unknown color: approx Vivid Violet. HEX triplet: A2, 26 and A7. RGB value is (162,38,167). Sum of RGB (Red+Green+Blue) = 162+38+167=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 167 - color contains mainly: blue. Hex color #A226A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A226A7 is #5DD958. Grayscale: #595959. Windows color (decimal): -6150489 or 10954402. OLE color: 10954402.

HSL color Cylindrical-coordinate representation of color #A226A7: hue angle of 297.67º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A226A7 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16238167-
CMYK0.030.7700.35
HSL297.67º62.93%40.2%-
HSV(B)297.67º77.25%65.49%-
XYZ22.5711.8637.66-
YUV89.78171.58179.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 38 (15.23% from 255) = 10.35%
BLUE value IS 167 (65.62% from 255) = 45.50%
R=44.14%
G=10.35%
B=45.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162381670.030.7700.35297.6762.9340.2
HexA226A734D02312a3f28
Octal2424624731150434527750
Binary10100010100110101001111110011010100011100101010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A226A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A226A7; }

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

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

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

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

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

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

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

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