Html Css Color HEX #AC4278 Royal Heath

📋 copy color: '#AC4278'

red 172 ◦ green 66 ◦ blue 120

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

Shades of Royal Heath #AC4278

Tints of Royal Heath #AC4278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.44%

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 48.04%
G = 18.44%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC4278 (or 0xAC4278) is known color: Royal Heath. HEX triplet: AC, 42 and 78. RGB value is (172,66,120). Sum of RGB (Red+Green+Blue) = 172+66+120=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4278 is #53BD87. Grayscale: #676767. Windows color (decimal): -5488008 or 7881388. OLE color: 7881388.

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

Color convert

RGB 172 66 120 -
CMYK 0 0.62 0.30 0.33
HSL 329.43º 0.45% 0.47% -
HSV(B) 329.43º 0.62% 0.67% -
XYZ 22.35 14.02 19.3 -
YUV 103.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 172 66 120 0 0.62 0.30 0.33 329.43 0.45 0.47
Hex AC 42 78 0 3E 1E 21 149 2D 2F
Octal 254 102 170 0 76 36 41 511 55 57
Binary 10101100 1000010 1111000 0 111110 11110 100001 101001001 101101 101111

Color Harmonies of #AC4278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4278

Black with #AC4278

Text Example


Text Example

White with #AC4278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4278; }

 p { color: rgb(172,66,120); }

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

background-color css

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

 a { background-color: rgb(172,66,120); }

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

border-color css

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

 span { border-color: rgb(172,66,120); }

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