Html Css Color HEX #A24478 Royal Heath

📋 copy color: '#A24478'

red 162 ◦ green 68 ◦ blue 120

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

Shades of Royal Heath #A24478

Tints of Royal Heath #A24478

RGB

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

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

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

R = 46.29%
G = 19.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A24478 (or 0xA24478) is known color: Royal Heath. HEX triplet: A2, 44 and 78. RGB value is (162,68,120). Sum of RGB (Red+Green+Blue) = 162+68+120=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A24478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24478 is #5DBB87. Grayscale: #656565. Windows color (decimal): -6142856 or 7881890. OLE color: 7881890.

HSL color Cylindrical-coordinate representation of color #A24478: hue angle of 326.81º 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 #A24478 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 68 120 -
CMYK 0 0.58 0.26 0.36
HSL 326.81º 0.41% 0.45% -
HSV(B) 326.81º 0.58% 0.64% -
XYZ 20.36 13.17 19.24 -
YUV 102.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 162 68 120 0 0.58 0.26 0.36 326.81 0.41 0.45
Hex A2 44 78 0 3A 1A 24 147 29 2D
Octal 242 104 170 0 72 32 44 507 51 55
Binary 10100010 1000100 1111000 0 111010 11010 100100 101000111 101001 101101

Color Harmonies of #A24478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24478

Black with #A24478

Text Example


Text Example

White with #A24478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24478; }

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

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

background-color css

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

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

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

border-color css

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

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

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