Html Css Color HEX #A24875 Royal Heath

📋 copy color: '#A24875'

red 162 ◦ green 72 ◦ blue 117

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

Shades of Royal Heath #A24875

Tints of Royal Heath #A24875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

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

R = 46.15%
G = 20.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A24875 (or 0xA24875) is known color: Royal Heath. HEX triplet: A2, 48 and 75. RGB value is (162,72,117). Sum of RGB (Red+Green+Blue) = 162+72+117=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A24875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24875 is #5DB78A. Grayscale: #676767. Windows color (decimal): -6141835 or 7686306. OLE color: 7686306.

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

Color convert

RGB 162 72 117 -
CMYK 0 0.56 0.28 0.36
HSL 330º 0.38% 0.46% -
HSV(B) 330º 0.56% 0.64% -
XYZ 20.43 13.6 18.38 -
YUV 104.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 162 72 117 0 0.56 0.28 0.36 330 0.38 0.46
Hex A2 48 75 0 38 1C 24 14A 26 2E
Octal 242 110 165 0 70 34 44 512 46 56
Binary 10100010 1001000 1110101 0 111000 11100 100100 101001010 100110 101110

Color Harmonies of #A24875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24875

Black with #A24875

Text Example


Text Example

White with #A24875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24875; }

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

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

background-color css

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

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

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

border-color css

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

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

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