#A24898

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

Shades of Violet Blue #A24898

Tints of Violet Blue #A24898

Color information

#A24898 (or 0xA24898) is unknown color: approx Violet Blue. HEX triplet: A2, 48 and 98. RGB value is (162,72,152). Sum of RGB (Red+Green+Blue) = 162+72+152=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A24898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24898 is #5DB767. Grayscale: #6B6B6B. Windows color (decimal): -6141800 or 9980066. OLE color: 9980066.

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

Color convert

RGB16272152-
CMYK00.560.060.36
HSL306.67º38.46%45.88%-
HSV(B)306.67º55.56%63.53%-
XYZ22.8914.5831.31-
YUV108.03152.82166.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 72 (28.52% from 255) = 18.65%
BLUE value IS 152 (59.77% from 255) = 39.38%
R=41.97%
G=18.65%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627215200.560.060.36306.6738.4645.88
HexA24898038624133262e
Octal2421102300706444634656
Binary101000101001000100110000111000110100100100110011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24898; }

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

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

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

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

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

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

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

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