#a852a7

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

Shades of Violet Blue #A852A7

Tints of Violet Blue #A852A7

Color information

#A852A7 (or 0xA852A7) is unknown color: approx Violet Blue. HEX triplet: A8, 52 and A7. RGB value is (168,82,167). Sum of RGB (Red+Green+Blue) = 168+82+167=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A852A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A852A7 is #57AD58. Grayscale: #757575. Windows color (decimal): -5746009 or 10965672. OLE color: 10965672.

HSL color Cylindrical-coordinate representation of color #A852A7: hue angle of 300.7º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A852A7 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB16882167-
CMYK00.510.010.34
HSL300.7º34.4%49.02%-
HSV(B)300.7º51.19%65.88%-
XYZ26.1417.1538.49-
YUV117.4155.99164.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 167 (65.62% from 255) = 40.05%
R=40.29%
G=19.66%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688216700.510.010.34300.734.449.02
HexA852A703312212d2231
Octal2501222470631424554261
Binary1010100010100101010011101100111100010100101101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a852a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a852a7; }

 p { color: rgb(168,82,167); }

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

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

 a { background-color: rgb(168,82,167); }

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

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

 span { border-color: rgb(168,82,167); }

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