Html Css Color HEX #AC7DB9 East Side

📋 copy color: '#AC7DB9'

red 172 ◦ green 125 ◦ blue 185

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

Shades of East Side #AC7DB9

Tints of East Side #AC7DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

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

R = 35.68%
G = 25.93%
B = 38.38%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC7DB9 (or 0xAC7DB9) is known color: East Side. HEX triplet: AC, 7D and B9. RGB value is (172,125,185). Sum of RGB (Red+Green+Blue) = 172+125+185=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC7DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DB9 is #538246. Grayscale: #919191. Windows color (decimal): -5472839 or 12156332. OLE color: 12156332.

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

Color convert

RGB 172 125 185 -
CMYK 0.07 0.32 0 0.27
HSL 287º 0.3% 0.61% -
HSV(B) 287º 0.32% 0.73% -
XYZ 33.1 26.94 49.35 -
YUV 145.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 172 125 185 0.07 0.32 0 0.27 287 0.3 0.61
Hex AC 7D B9 7 20 0 1B 11F 1E 3D
Octal 254 175 271 7 40 0 33 437 36 75
Binary 10101100 1111101 10111001 111 100000 0 11011 100011111 11110 111101

Color Harmonies of #AC7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7DB9

Black with #AC7DB9

Text Example


Text Example

White with #AC7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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