#A848AD

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

Shades of Violet Blue #A848AD

Tints of Violet Blue #A848AD

Color information

#A848AD (or 0xA848AD) is unknown color: approx Violet Blue. HEX triplet: A8, 48 and AD. RGB value is (168,72,173). Sum of RGB (Red+Green+Blue) = 168+72+173=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #A848AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A848AD is #57B752. Grayscale: #6F6F6F. Windows color (decimal): -5748563 or 11356328. OLE color: 11356328.

HSL color Cylindrical-coordinate representation of color #A848AD: hue angle of 297.03º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A848AD is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16872173-
CMYK0.030.5800.32
HSL297.03º41.22%48.04%-
HSV(B)297.03º58.38%67.84%-
XYZ26.0115.9841.25-
YUV112.22162.3167.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 72 (28.52% from 255) = 17.43%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=40.68%
G=17.43%
B=41.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168721730.030.5800.32297.0341.2248.04
HexA848AD33A0201292930
Octal2501102553720404515160
Binary10101000100100010101101111110100100000100101001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A848AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A848AD; }

 p { color: rgb(168,72,173); }

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

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

 a { background-color: rgb(168,72,173); }

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

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

 span { border-color: rgb(168,72,173); }

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