#A25098

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

Shades of Violet Blue #A25098

Tints of Violet Blue #A25098

Color information

#A25098 (or 0xA25098) is unknown color: approx Violet Blue. HEX triplet: A2, 50 and 98. RGB value is (162,80,152). Sum of RGB (Red+Green+Blue) = 162+80+152=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A25098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25098 is #5DAF67. Grayscale: #707070. Windows color (decimal): -6139752 or 9982114. OLE color: 9982114.

HSL color Cylindrical-coordinate representation of color #A25098: hue angle of 307.32º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25098 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16280152-
CMYK00.510.060.36
HSL307.32º33.88%47.45%-
HSV(B)307.32º50.62%63.53%-
XYZ23.4415.6931.5-
YUV112.73150.17163.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 80 (31.64% from 255) = 20.30%
BLUE value IS 152 (59.77% from 255) = 38.58%
R=41.12%
G=20.30%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628015200.510.060.36307.3233.8847.45
HexA25098033624133222f
Octal2421202300636444634257
Binary101000101010000100110000110011110100100100110011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25098; }

 p { color: rgb(162,80,152); }

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

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

 a { background-color: rgb(162,80,152); }

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

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

 span { border-color: rgb(162,80,152); }

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