Html Css Color HEX #A47BAF East Side

📋 copy color: '#A47BAF'

red 164 ◦ green 123 ◦ blue 175

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

Shades of East Side #A47BAF

Tints of East Side #A47BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.62%

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 35.5%
G = 26.62%
B = 37.88%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A47BAF (or 0xA47BAF) is known color: East Side. HEX triplet: A4, 7B and AF. RGB value is (164,123,175). Sum of RGB (Red+Green+Blue) = 164+123+175=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #A47BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47BAF is #5B8450. Grayscale: #8D8D8D. Windows color (decimal): -5997649 or 11500452. OLE color: 11500452.

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

Color convert

RGB 164 123 175 -
CMYK 0.06 0.30 0 0.31
HSL 287.31º 0.25% 0.58% -
HSV(B) 287.31º 0.3% 0.69% -
XYZ 30.13 25.15 43.82 -
YUV 141.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 164 123 175 0.06 0.30 0 0.31 287.31 0.25 0.58
Hex A4 7B AF 6 1E 0 1F 11F 19 3A
Octal 244 173 257 6 36 0 37 437 31 72
Binary 10100100 1111011 10101111 110 11110 0 11111 100011111 11001 111010

Color Harmonies of #A47BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47BAF

Black with #A47BAF

Text Example


Text Example

White with #A47BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47BAF; }

 p { color: rgb(164,123,175); }

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

background-color css

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

 a { background-color: rgb(164,123,175); }

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

border-color css

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

 span { border-color: rgb(164,123,175); }

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