#A25798

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

Shades of Violet Blue #A25798

Tints of Violet Blue #A25798

Color information

#A25798 (or 0xA25798) is unknown color: approx Violet Blue. HEX triplet: A2, 57 and 98. RGB value is (162,87,152). Sum of RGB (Red+Green+Blue) = 162+87+152=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A25798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25798 is #5DA867. Grayscale: #747474. Windows color (decimal): -6137960 or 9983906. OLE color: 9983906.

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

Color convert

RGB16287152-
CMYK00.460.060.36
HSL308º30.12%48.82%-
HSV(B)308º46.3%63.53%-
XYZ23.9816.7631.68-
YUV116.84147.85160.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=40.40%
G=21.70%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628715200.460.060.3630830.1248.82
HexA2579802E6241341e31
Octal2421272300566444643661
Binary10100010101011110011000010111011010010010011010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25798; }

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

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

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

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

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

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

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

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