#A838AC

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

Shades of Violet Blue #A838AC

Tints of Violet Blue #A838AC

Color information

#A838AC (or 0xA838AC) is unknown color: approx Violet Blue. HEX triplet: A8, 38 and AC. RGB value is (168,56,172). Sum of RGB (Red+Green+Blue) = 168+56+172=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #A838AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A838AC is #57C753. Grayscale: #666666. Windows color (decimal): -5752660 or 11286696. OLE color: 11286696.

HSL color Cylindrical-coordinate representation of color #A838AC: hue angle of 297.93º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A838AC is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16856172-
CMYK0.020.6700.33
HSL297.93º50.88%44.71%-
HSV(B)297.93º67.44%67.45%-
XYZ25.0114.1340.44-
YUV102.71167.11174.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 56 (22.27% from 255) = 14.14%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=42.42%
G=14.14%
B=43.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168561720.020.6700.33297.9350.8844.71
HexA838AC24302112a332d
Octal2507025421030414526355
Binary10101000111000101011001010000110100001100101010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A838AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A838AC; }

 p { color: rgb(168,56,172); }

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

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

 a { background-color: rgb(168,56,172); }

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

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

 span { border-color: rgb(168,56,172); }

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