Html Css Color HEX #AC83B9 East Side

📋 copy color: '#AC83B9'

red 172 ◦ green 131 ◦ blue 185

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

Shades of East Side #AC83B9

Tints of East Side #AC83B9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.84%

 BLUE value IS 185 (72.66% from 255) = 37.91%

R = 35.25%
G = 26.84%
B = 37.91%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC83B9 (or 0xAC83B9) is known color: East Side. HEX triplet: AC, 83 and B9. RGB value is (172,131,185). Sum of RGB (Red+Green+Blue) = 172+131+185=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC83B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83B9 is #537C46. Grayscale: #959595. Windows color (decimal): -5471303 or 12157868. OLE color: 12157868.

HSL color Cylindrical-coordinate representation of color #AC83B9: hue angle of 285.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC83B9 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 131 185 -
CMYK 0.07 0.29 0 0.27
HSL 285.56º 0.28% 0.62% -
HSV(B) 285.56º 0.29% 0.73% -
XYZ 33.89 28.51 49.62 -
YUV 149.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 172 131 185 0.07 0.29 0 0.27 285.56 0.28 0.62
Hex AC 83 B9 7 1D 0 1B 11E 1C 3E
Octal 254 203 271 7 35 0 33 436 34 76
Binary 10101100 10000011 10111001 111 11101 0 11011 100011110 11100 111110

Color Harmonies of #AC83B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83B9

Black with #AC83B9

Text Example


Text Example

White with #AC83B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83B9; }

 p { color: rgb(172,131,185); }

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

background-color css

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

 a { background-color: rgb(172,131,185); }

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

border-color css

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

 span { border-color: rgb(172,131,185); }

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