Html Css Color HEX #AC71C2 East Side

📋 copy color: '#AC71C2'

red 172 ◦ green 113 ◦ blue 194

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

Shades of East Side #AC71C2

Tints of East Side #AC71C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.5%

R = 35.91%
G = 23.59%
B = 40.5%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC71C2 (or 0xAC71C2) is known color: East Side. HEX triplet: AC, 71 and C2. RGB value is (172,113,194). Sum of RGB (Red+Green+Blue) = 172+113+194=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC71C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71C2 is #538E3D. Grayscale: #8B8B8B. Windows color (decimal): -5475902 or 12743084. OLE color: 12743084.

HSL color Cylindrical-coordinate representation of color #AC71C2: hue angle of 283.7º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC71C2 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 113 194 -
CMYK 0.11 0.42 0 0.24
HSL 283.7º 0.4% 0.6% -
HSV(B) 283.7º 0.42% 0.76% -
XYZ 32.66 24.48 54.04 -
YUV 139.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 172 113 194 0.11 0.42 0 0.24 283.7 0.4 0.6
Hex AC 71 C2 B 2A 0 18 11C 28 3C
Octal 254 161 302 13 52 0 30 434 50 74
Binary 10101100 1110001 11000010 1011 101010 0 11000 100011100 101000 111100

Color Harmonies of #AC71C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71C2

Black with #AC71C2

Text Example


Text Example

White with #AC71C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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