Html Css Color HEX #AC5285 Royal Heath

📋 copy color: '#AC5285'

red 172 ◦ green 82 ◦ blue 133

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

Shades of Royal Heath #AC5285

Tints of Royal Heath #AC5285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.19%

 BLUE value IS 133 (52.34% from 255) = 34.37%

R = 44.44%
G = 21.19%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC5285 (or 0xAC5285) is known color: Royal Heath. HEX triplet: AC, 52 and 85. RGB value is (172,82,133). Sum of RGB (Red+Green+Blue) = 172+82+133=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5285 is #53AD7A. Grayscale: #727272. Windows color (decimal): -5483899 or 8737452. OLE color: 8737452.

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

Color convert

RGB 172 82 133 -
CMYK 0 0.52 0.23 0.33
HSL 326º 0.35% 0.5% -
HSV(B) 326º 0.52% 0.67% -
XYZ 24.26 16.5 24.1 -
YUV 114.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 172 82 133 0 0.52 0.23 0.33 326 0.35 0.5
Hex AC 52 85 0 34 17 21 146 23 32
Octal 254 122 205 0 64 27 41 506 43 62
Binary 10101100 1010010 10000101 0 110100 10111 100001 101000110 100011 110010

Color Harmonies of #AC5285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5285

Black with #AC5285

Text Example


Text Example

White with #AC5285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5285; }

 p { color: rgb(172,82,133); }

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

background-color css

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

 a { background-color: rgb(172,82,133); }

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

border-color css

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

 span { border-color: rgb(172,82,133); }

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