Html Css Color HEX #AC7CC4 East Side

📋 copy color: '#AC7CC4'

red 172 ◦ green 124 ◦ blue 196

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

Shades of East Side #AC7CC4

Tints of East Side #AC7CC4

RGB

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

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

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

R = 34.96%
G = 25.2%
B = 39.84%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AC7CC4 (or 0xAC7CC4) is known color: East Side. HEX triplet: AC, 7C and C4. RGB value is (172,124,196). Sum of RGB (Red+Green+Blue) = 172+124+196=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC7CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7CC4 is #53833B. Grayscale: #929292. Windows color (decimal): -5473084 or 12876972. OLE color: 12876972.

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

Color convert

RGB 172 124 196 -
CMYK 0.12 0.37 0 0.23
HSL 280º 0.38% 0.63% -
HSV(B) 280º 0.37% 0.77% -
XYZ 34.18 27.17 55.67 -
YUV 146.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 172 124 196 0.12 0.37 0 0.23 280 0.38 0.63
Hex AC 7C C4 C 25 0 17 118 26 3F
Octal 254 174 304 14 45 0 27 430 46 77
Binary 10101100 1111100 11000100 1100 100101 0 10111 100011000 100110 111111

Color Harmonies of #AC7CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7CC4

Black with #AC7CC4

Text Example


Text Example

White with #AC7CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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