Html Css Color HEX #A24D75 Royal Heath

📋 copy color: '#A24D75'

red 162 ◦ green 77 ◦ blue 117

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

Shades of Royal Heath #A24D75

Tints of Royal Heath #A24D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.63%

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

R = 45.51%
G = 21.63%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A24D75 (or 0xA24D75) is known color: Royal Heath. HEX triplet: A2, 4D and 75. RGB value is (162,77,117). Sum of RGB (Red+Green+Blue) = 162+77+117=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D75 is #5DB28A. Grayscale: #6A6A6A. Windows color (decimal): -6140555 or 7687586. OLE color: 7687586.

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

Color convert

RGB 162 77 117 -
CMYK 0 0.52 0.28 0.36
HSL 331.76º 0.36% 0.47% -
HSV(B) 331.76º 0.52% 0.64% -
XYZ 20.77 14.27 18.49 -
YUV 106.98 133.66 167.25 -
System Red Green Blue C M Y K H S L
Decimal 162 77 117 0 0.52 0.28 0.36 331.76 0.36 0.47
Hex A2 4D 75 0 34 1C 24 14C 24 2F
Octal 242 115 165 0 64 34 44 514 44 57
Binary 10100010 1001101 1110101 0 110100 11100 100100 101001100 100100 101111

Color Harmonies of #A24D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D75

Black with #A24D75

Text Example


Text Example

White with #A24D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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