#A238A1

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

Shades of Violet Blue #A238A1

Tints of Violet Blue #A238A1

Color information

#A238A1 (or 0xA238A1) is unknown color: approx Violet Blue. HEX triplet: A2, 38 and A1. RGB value is (162,56,161). Sum of RGB (Red+Green+Blue) = 162+56+161=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A238A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A238A1 is #5DC75E. Grayscale: #636363. Windows color (decimal): -6145887 or 10565794. OLE color: 10565794.

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

Color convert

RGB16256161-
CMYK00.650.010.36
HSL300.57º48.62%42.75%-
HSV(B)300.57º65.43%63.53%-
XYZ22.7513.0835.04-
YUV99.66162.62172.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 56 (22.27% from 255) = 14.78%
BLUE value IS 161 (63.28% from 255) = 42.48%
R=42.74%
G=14.78%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625616100.650.010.36300.5748.6242.75
HexA238A104112412d312b
Octal2427024101011444556153
Binary1010001011100010100001010000011100100100101101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A238A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A238A1; }

 p { color: rgb(162,56,161); }

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

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

 a { background-color: rgb(162,56,161); }

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

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

 span { border-color: rgb(162,56,161); }

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