#A27DB7

Color #A27DB7 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A27DB7

Tints of East Side #A27DB7

Color information

#A27DB7 (or 0xA27DB7) is unknown color: approx East Side. HEX triplet: A2, 7D and B7. RGB value is (162,125,183). Sum of RGB (Red+Green+Blue) = 162+125+183=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #A27DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DB7 is #5D8248. Grayscale: #8E8E8E. Windows color (decimal): -6128201 or 12025250. OLE color: 12025250.

HSL color Cylindrical-coordinate representation of color #A27DB7: hue angle of 278.28º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A27DB7 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB162125183-
CMYK0.110.3200.28
HSL278.28º28.71%60.39%-
HSV(B)278.28º31.69%71.76%-
XYZ30.7825.7748.15-
YUV142.67150.76141.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 183 (71.88% from 255) = 38.94%
R=34.47%
G=26.60%
B=38.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621251830.110.3200.28278.2828.7160.39
HexA27DB7B2001C1161d3c
Octal24217526713400344263574
Binary10100010111110110110111101110000001110010001011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27DB7; }

 p { color: rgb(162,125,183); }

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

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

 a { background-color: rgb(162,125,183); }

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

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

 span { border-color: rgb(162,125,183); }

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