Html Css Color HEX #AC71BA East Side

📋 copy color: '#AC71BA'

red 172 ◦ green 113 ◦ blue 186

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

Shades of East Side #AC71BA

Tints of East Side #AC71BA

RGB

 RED value IS 172 (67.58% from 255) = 36.52%

 GREEN value IS 113 (44.53% from 255) = 23.99%

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

R = 36.52%
G = 23.99%
B = 39.49%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC71BA (or 0xAC71BA) is known color: East Side. HEX triplet: AC, 71 and BA. RGB value is (172,113,186). Sum of RGB (Red+Green+Blue) = 172+113+186=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC71BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71BA is #538E45. Grayscale: #8A8A8A. Windows color (decimal): -5475910 or 12218796. OLE color: 12218796.

HSL color Cylindrical-coordinate representation of color #AC71BA: hue angle of 288.49º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC71BA is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 113 186 -
CMYK 0.08 0.39 0 0.27
HSL 288.49º 0.35% 0.59% -
HSV(B) 288.49º 0.39% 0.73% -
XYZ 31.78 24.13 49.44 -
YUV 138.96 154.55 151.56 -
System Red Green Blue C M Y K H S L
Decimal 172 113 186 0.08 0.39 0 0.27 288.49 0.35 0.59
Hex AC 71 BA 8 27 0 1B 120 23 3B
Octal 254 161 272 10 47 0 33 440 43 73
Binary 10101100 1110001 10111010 1000 100111 0 11011 100100000 100011 111011

Color Harmonies of #AC71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71BA

Black with #AC71BA

Text Example


Text Example

White with #AC71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71BA; }

 p { color: rgb(172,113,186); }

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

background-color css

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

 a { background-color: rgb(172,113,186); }

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

border-color css

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

 span { border-color: rgb(172,113,186); }

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