Html Css Color HEX #A47CB0 East Side

📋 copy color: '#A47CB0'

red 164 ◦ green 124 ◦ blue 176

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

Shades of East Side #A47CB0

Tints of East Side #A47CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 35.34%
G = 26.72%
B = 37.93%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A47CB0 (or 0xA47CB0) is known color: East Side. HEX triplet: A4, 7C and B0. RGB value is (164,124,176). Sum of RGB (Red+Green+Blue) = 164+124+176=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #A47CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47CB0 is #5B834F. Grayscale: #8D8D8D. Windows color (decimal): -5997392 or 11566244. OLE color: 11566244.

HSL color Cylindrical-coordinate representation of color #A47CB0: hue angle of 286.15º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47CB0 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 124 176 -
CMYK 0.07 0.30 0 0.31
HSL 286.15º 0.25% 0.59% -
HSV(B) 286.15º 0.3% 0.69% -
XYZ 30.35 25.44 44.39 -
YUV 141.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 164 124 176 0.07 0.30 0 0.31 286.15 0.25 0.59
Hex A4 7C B0 7 1E 0 1F 11E 19 3B
Octal 244 174 260 7 36 0 37 436 31 73
Binary 10100100 1111100 10110000 111 11110 0 11111 100011110 11001 111011

Color Harmonies of #A47CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47CB0

Black with #A47CB0

Text Example


Text Example

White with #A47CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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