Html Css Color HEX #A27EBA East Side

📋 copy color: '#A27EBA'

red 162 ◦ green 126 ◦ blue 186

#A27EBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A27EBA

Tints of East Side #A27EBA

RGB

 RED value IS 162 (63.67% from 255) = 34.18%

 GREEN value IS 126 (49.61% from 255) = 26.58%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 34.18%
G = 26.58%
B = 39.24%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A27EBA (or 0xA27EBA) is known color: East Side. HEX triplet: A2, 7E and BA. RGB value is (162,126,186). Sum of RGB (Red+Green+Blue) = 162+126+186=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #A27EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EBA is #5D8145. Grayscale: #8F8F8F. Windows color (decimal): -6127942 or 12222114. OLE color: 12222114.

HSL color Cylindrical-coordinate representation of color #A27EBA: hue angle of 276º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A27EBA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 126 186 -
CMYK 0.13 0.32 0 0.27
HSL 276º 0.3% 0.61% -
HSV(B) 276º 0.32% 0.73% -
XYZ 31.22 26.15 49.86 -
YUV 143.6 151.93 141.12 -
System Red Green Blue C M Y K H S L
Decimal 162 126 186 0.13 0.32 0 0.27 276 0.3 0.61
Hex A2 7E BA D 20 0 1B 114 1E 3D
Octal 242 176 272 15 40 0 33 424 36 75
Binary 10100010 1111110 10111010 1101 100000 0 11011 100010100 11110 111101

Color Harmonies of #A27EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EBA

Black with #A27EBA

Text Example


Text Example

White with #A27EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EBA; }

 p { color: rgb(162,126,186); }

 H1.HeaderClassName
 {
   color: #A27EBA;
 }
 .AnyTagClassName
 {
   color: #A27EBA;
 }
</style>

background-color css

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

 a { background-color: rgb(162,126,186); }

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

border-color css

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

 span { border-color: rgb(162,126,186); }

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