Html Css Color HEX #AC71C4 East Side

📋 copy color: '#AC71C4'

red 172 ◦ green 113 ◦ blue 196

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

Shades of East Side #AC71C4

Tints of East Side #AC71C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.75%

R = 35.76%
G = 23.49%
B = 40.75%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AC71C4 (or 0xAC71C4) is known color: East Side. HEX triplet: AC, 71 and C4. RGB value is (172,113,196). Sum of RGB (Red+Green+Blue) = 172+113+196=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC71C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71C4 is #538E3B. Grayscale: #8B8B8B. Windows color (decimal): -5475900 or 12874156. OLE color: 12874156.

HSL color Cylindrical-coordinate representation of color #AC71C4: hue angle of 282.65º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC71C4 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 113 196 -
CMYK 0.12 0.42 0 0.23
HSL 282.65º 0.41% 0.61% -
HSV(B) 282.65º 0.42% 0.77% -
XYZ 32.88 24.57 55.23 -
YUV 140.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 172 113 196 0.12 0.42 0 0.23 282.65 0.41 0.61
Hex AC 71 C4 C 2A 0 17 11B 29 3D
Octal 254 161 304 14 52 0 27 433 51 75
Binary 10101100 1110001 11000100 1100 101010 0 10111 100011011 101001 111101

Color Harmonies of #AC71C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71C4

Black with #AC71C4

Text Example


Text Example

White with #AC71C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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