#A27BA3

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

Shades of Violet Blue #A27BA3

Tints of Violet Blue #A27BA3

Color information

#A27BA3 (or 0xA27BA3) is unknown color: approx Violet Blue. HEX triplet: A2, 7B and A3. RGB value is (162,123,163). Sum of RGB (Red+Green+Blue) = 162+123+163=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 163 - color contains mainly: blue. Hex color #A27BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27BA3 is #5D845C. Grayscale: #8B8B8B. Windows color (decimal): -6128733 or 10714018. OLE color: 10714018.

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

Color convert

RGB162123163-
CMYK0.010.2500.36
HSL298.5º17.86%56.08%-
HSV(B)298.5º24.54%63.92%-
XYZ28.5924.4937.87-
YUV139.22141.42144.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 163 (64.06% from 255) = 36.38%
R=36.16%
G=27.46%
B=36.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621231630.010.2500.36298.517.8656.08
HexA27BA311902412a1238
Octal2421732431310444522270
Binary10100010111101110100011111001010010010010101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BA3; }

 p { color: rgb(162,123,163); }

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

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

 a { background-color: rgb(162,123,163); }

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

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

 span { border-color: rgb(162,123,163); }

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