Html Css Color HEX #A47CBF East Side

📋 copy color: '#A47CBF'

red 164 ◦ green 124 ◦ blue 191

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

Shades of East Side #A47CBF

Tints of East Side #A47CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.89%

 BLUE value IS 191 (75% from 255) = 39.87%

R = 34.24%
G = 25.89%
B = 39.87%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A47CBF (or 0xA47CBF) is known color: East Side. HEX triplet: A4, 7C and BF. RGB value is (164,124,191). Sum of RGB (Red+Green+Blue) = 164+124+191=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #A47CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CBF is #5B8340. Grayscale: #8F8F8F. Windows color (decimal): -5997377 or 12549284. OLE color: 12549284.

HSL color Cylindrical-coordinate representation of color #A47CBF: hue angle of 275.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A47CBF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 124 191 -
CMYK 0.14 0.35 0 0.25
HSL 275.82º 0.34% 0.62% -
HSV(B) 275.82º 0.35% 0.75% -
XYZ 31.92 26.07 52.64 -
YUV 143.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 164 124 191 0.14 0.35 0 0.25 275.82 0.34 0.62
Hex A4 7C BF E 23 0 19 114 22 3E
Octal 244 174 277 16 43 0 31 424 42 76
Binary 10100100 1111100 10111111 1110 100011 0 11001 100010100 100010 111110

Color Harmonies of #A47CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CBF

Black with #A47CBF

Text Example


Text Example

White with #A47CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CBF; }

 p { color: rgb(164,124,191); }

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

background-color css

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

 a { background-color: rgb(164,124,191); }

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

border-color css

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

 span { border-color: rgb(164,124,191); }

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