Html Css Color HEX #AC84C4 East Side

📋 copy color: '#AC84C4'

red 172 ◦ green 132 ◦ blue 196

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

Shades of East Side #AC84C4

Tints of East Side #AC84C4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.4%

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

R = 34.4%
G = 26.4%
B = 39.2%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AC84C4 (or 0xAC84C4) is known color: East Side. HEX triplet: AC, 84 and C4. RGB value is (172,132,196). Sum of RGB (Red+Green+Blue) = 172+132+196=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC84C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84C4 is #537B3B. Grayscale: #979797. Windows color (decimal): -5471036 or 12879020. OLE color: 12879020.

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

Color convert

RGB 172 132 196 -
CMYK 0.12 0.33 0 0.23
HSL 277.5º 0.35% 0.64% -
HSV(B) 277.5º 0.33% 0.77% -
XYZ 35.23 29.26 56.02 -
YUV 151.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 172 132 196 0.12 0.33 0 0.23 277.5 0.35 0.64
Hex AC 84 C4 C 21 0 17 116 23 40
Octal 254 204 304 14 41 0 27 426 43 100
Binary 10101100 10000100 11000100 1100 100001 0 10111 100010110 100011 1000000

Color Harmonies of #AC84C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC84C4

Black with #AC84C4

Text Example


Text Example

White with #AC84C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC84C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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