Html Css Color HEX #A47CB4 East Side

📋 copy color: '#A47CB4'

red 164 ◦ green 124 ◦ blue 180

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

Shades of East Side #A47CB4

Tints of East Side #A47CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.46%

R = 35.04%
G = 26.5%
B = 38.46%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A47CB4 (or 0xA47CB4) is known color: East Side. HEX triplet: A4, 7C and B4. RGB value is (164,124,180). Sum of RGB (Red+Green+Blue) = 164+124+180=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #A47CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47CB4 is #5B834B. Grayscale: #8E8E8E. Windows color (decimal): -5997388 or 11828388. OLE color: 11828388.

HSL color Cylindrical-coordinate representation of color #A47CB4: hue angle of 282.86º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A47CB4 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 124 180 -
CMYK 0.09 0.31 0 0.29
HSL 282.86º 0.27% 0.6% -
HSV(B) 282.86º 0.31% 0.71% -
XYZ 30.76 25.6 46.5 -
YUV 142.34 149.25 143.45 -
System Red Green Blue C M Y K H S L
Decimal 164 124 180 0.09 0.31 0 0.29 282.86 0.27 0.6
Hex A4 7C B4 9 1F 0 1D 11B 1B 3C
Octal 244 174 264 11 37 0 35 433 33 74
Binary 10100100 1111100 10110100 1001 11111 0 11101 100011011 11011 111100

Color Harmonies of #A47CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CB4

Black with #A47CB4

Text Example


Text Example

White with #A47CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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