Html Css Color HEX #A47FBA East Side

📋 copy color: '#A47FBA'

red 164 ◦ green 127 ◦ blue 186

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

Shades of East Side #A47FBA

Tints of East Side #A47FBA

RGB

 RED value IS 164 (64.45% from 255) = 34.38%

 GREEN value IS 127 (50% from 255) = 26.62%

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

R = 34.38%
G = 26.62%
B = 38.99%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A47FBA (or 0xA47FBA) is known color: East Side. HEX triplet: A4, 7F and BA. RGB value is (164,127,186). Sum of RGB (Red+Green+Blue) = 164+127+186=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #A47FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FBA is #5B8045. Grayscale: #909090. Windows color (decimal): -5996614 or 12222372. OLE color: 12222372.

HSL color Cylindrical-coordinate representation of color #A47FBA: hue angle of 277.63º 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 #A47FBA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 127 186 -
CMYK 0.12 0.32 0 0.27
HSL 277.63º 0.3% 0.61% -
HSV(B) 277.63º 0.32% 0.73% -
XYZ 31.76 26.62 49.92 -
YUV 144.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 164 127 186 0.12 0.32 0 0.27 277.63 0.3 0.61
Hex A4 7F BA C 20 0 1B 116 1E 3D
Octal 244 177 272 14 40 0 33 426 36 75
Binary 10100100 1111111 10111010 1100 100000 0 11011 100010110 11110 111101

Color Harmonies of #A47FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FBA

Black with #A47FBA

Text Example


Text Example

White with #A47FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FBA; }

 p { color: rgb(164,127,186); }

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

background-color css

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

 a { background-color: rgb(164,127,186); }

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

border-color css

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

 span { border-color: rgb(164,127,186); }

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