Html Css Color HEX #AC4B7A Royal Heath

📋 copy color: '#AC4B7A'

red 172 ◦ green 75 ◦ blue 122

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

Shades of Royal Heath #AC4B7A

Tints of Royal Heath #AC4B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.33%

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 46.61%
G = 20.33%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC4B7A (or 0xAC4B7A) is known color: Royal Heath. HEX triplet: AC, 4B and 7A. RGB value is (172,75,122). Sum of RGB (Red+Green+Blue) = 172+75+122=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4B7A is #53B485. Grayscale: #6D6D6D. Windows color (decimal): -5485702 or 8014764. OLE color: 8014764.

HSL color Cylindrical-coordinate representation of color #AC4B7A: hue angle of 330.93º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4B7A is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 75 122 -
CMYK 0 0.56 0.29 0.33
HSL 330.93º 0.39% 0.48% -
HSV(B) 330.93º 0.56% 0.67% -
XYZ 23.04 15.21 20.13 -
YUV 109.36 135.14 172.68 -
System Red Green Blue C M Y K H S L
Decimal 172 75 122 0 0.56 0.29 0.33 330.93 0.39 0.48
Hex AC 4B 7A 0 38 1D 21 14B 27 30
Octal 254 113 172 0 70 35 41 513 47 60
Binary 10101100 1001011 1111010 0 111000 11101 100001 101001011 100111 110000

Color Harmonies of #AC4B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4B7A

Black with #AC4B7A

Text Example


Text Example

White with #AC4B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4B7A; }

 p { color: rgb(172,75,122); }

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

background-color css

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

 a { background-color: rgb(172,75,122); }

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

border-color css

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

 span { border-color: rgb(172,75,122); }

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