Html Css Color HEX #AC467A Royal Heath

📋 copy color: '#AC467A'

red 172 ◦ green 70 ◦ blue 122

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

Shades of Royal Heath #AC467A

Tints of Royal Heath #AC467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

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

R = 47.25%
G = 19.23%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC467A (or 0xAC467A) is known color: Royal Heath. HEX triplet: AC, 46 and 7A. RGB value is (172,70,122). Sum of RGB (Red+Green+Blue) = 172+70+122=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC467A is #53B985. Grayscale: #6A6A6A. Windows color (decimal): -5486982 or 8013484. OLE color: 8013484.

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

Color convert

RGB 172 70 122 -
CMYK 0 0.59 0.29 0.33
HSL 329.41º 0.42% 0.47% -
HSV(B) 329.41º 0.59% 0.67% -
XYZ 22.72 14.56 20.02 -
YUV 106.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 172 70 122 0 0.59 0.29 0.33 329.41 0.42 0.47
Hex AC 46 7A 0 3B 1D 21 149 2A 2F
Octal 254 106 172 0 73 35 41 511 52 57
Binary 10101100 1000110 1111010 0 111011 11101 100001 101001001 101010 101111

Color Harmonies of #AC467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC467A

Black with #AC467A

Text Example


Text Example

White with #AC467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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