Html Css Color HEX #A24880 Royal Heath

📋 copy color: '#A24880'

red 162 ◦ green 72 ◦ blue 128

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

Shades of Royal Heath #A24880

Tints of Royal Heath #A24880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 44.75%
G = 19.89%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A24880 (or 0xA24880) is known color: Royal Heath. HEX triplet: A2, 48 and 80. RGB value is (162,72,128). Sum of RGB (Red+Green+Blue) = 162+72+128=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A24880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24880 is #5DB77F. Grayscale: #696969. Windows color (decimal): -6141824 or 8407202. OLE color: 8407202.

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

Color convert

RGB 162 72 128 -
CMYK 0 0.56 0.21 0.36
HSL 322.67º 0.38% 0.46% -
HSV(B) 322.67º 0.56% 0.64% -
XYZ 21.11 13.87 21.99 -
YUV 105.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 162 72 128 0 0.56 0.21 0.36 322.67 0.38 0.46
Hex A2 48 80 0 38 15 24 143 26 2E
Octal 242 110 200 0 70 25 44 503 46 56
Binary 10100010 1001000 10000000 0 111000 10101 100100 101000011 100110 101110

Color Harmonies of #A24880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24880

Black with #A24880

Text Example


Text Example

White with #A24880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24880; }

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

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

background-color css

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

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

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

border-color css

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

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

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