#A726A5

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

Shades of Vivid Violet #A726A5

Tints of Vivid Violet #A726A5

Color information

#A726A5 (or 0xA726A5) is unknown color: approx Vivid Violet. HEX triplet: A7, 26 and A5. RGB value is (167,38,165). Sum of RGB (Red+Green+Blue) = 167+38+165=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A726A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A726A5 is #58D95A. Grayscale: #5A5A5A. Windows color (decimal): -5822811 or 10823335. OLE color: 10823335.

HSL color Cylindrical-coordinate representation of color #A726A5: hue angle of 300.93º 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 #A726A5 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16738165-
CMYK00.770.010.35
HSL300.93º62.93%40.2%-
HSV(B)300.93º77.25%65.49%-
XYZ23.4212.3236.74-
YUV91.05169.74182.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 38 (15.23% from 255) = 10.27%
BLUE value IS 165 (64.84% from 255) = 44.59%
R=45.14%
G=10.27%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673816500.770.010.35300.9362.9340.2
HexA726A504D12312d3f28
Octal2474624501151434557750
Binary1010011110011010100101010011011100011100101101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A726A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A726A5; }

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

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

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

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

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

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

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

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