Html Css Color HEX #A24475 Royal Heath

📋 copy color: '#A24475'

red 162 ◦ green 68 ◦ blue 117

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

Shades of Royal Heath #A24475

Tints of Royal Heath #A24475

RGB

 RED value IS 162 (63.67% from 255) = 46.69%

 GREEN value IS 68 (26.95% from 255) = 19.6%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 46.69%
G = 19.6%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A24475 (or 0xA24475) is known color: Royal Heath. HEX triplet: A2, 44 and 75. RGB value is (162,68,117). Sum of RGB (Red+Green+Blue) = 162+68+117=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A24475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24475 is #5DBB8A. Grayscale: #656565. Windows color (decimal): -6142859 or 7685282. OLE color: 7685282.

HSL color Cylindrical-coordinate representation of color #A24475: hue angle of 328.72º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24475 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 68 117 -
CMYK 0 0.58 0.28 0.36
HSL 328.72º 0.41% 0.45% -
HSV(B) 328.72º 0.58% 0.64% -
XYZ 20.18 13.1 18.29 -
YUV 101.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 162 68 117 0 0.58 0.28 0.36 328.72 0.41 0.45
Hex A2 44 75 0 3A 1C 24 149 29 2D
Octal 242 104 165 0 72 34 44 511 51 55
Binary 10100010 1000100 1110101 0 111010 11100 100100 101001001 101001 101101

Color Harmonies of #A24475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24475

Black with #A24475

Text Example


Text Example

White with #A24475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24475; }

 p { color: rgb(162,68,117); }

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

background-color css

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

 a { background-color: rgb(162,68,117); }

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

border-color css

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

 span { border-color: rgb(162,68,117); }

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