Html Css Color HEX #A24982 Royal Heath

📋 copy color: '#A24982'

red 162 ◦ green 73 ◦ blue 130

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

Shades of Royal Heath #A24982

Tints of Royal Heath #A24982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

 BLUE value IS 130 (51.17% from 255) = 35.62%

R = 44.38%
G = 20%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A24982 (or 0xA24982) is known color: Royal Heath. HEX triplet: A2, 49 and 82. RGB value is (162,73,130). Sum of RGB (Red+Green+Blue) = 162+73+130=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A24982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24982 is #5DB67D. Grayscale: #696969. Windows color (decimal): -6141566 or 8538530. OLE color: 8538530.

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

Color convert

RGB 162 73 130 -
CMYK 0 0.55 0.20 0.36
HSL 321.57º 0.38% 0.46% -
HSV(B) 321.57º 0.55% 0.64% -
XYZ 21.31 14.06 22.71 -
YUV 106.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 162 73 130 0 0.55 0.20 0.36 321.57 0.38 0.46
Hex A2 49 82 0 37 14 24 142 26 2E
Octal 242 111 202 0 67 24 44 502 46 56
Binary 10100010 1001001 10000010 0 110111 10100 100100 101000010 100110 101110

Color Harmonies of #A24982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24982

Black with #A24982

Text Example


Text Example

White with #A24982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24982; }

 p { color: rgb(162,73,130); }

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

background-color css

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

 a { background-color: rgb(162,73,130); }

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

border-color css

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

 span { border-color: rgb(162,73,130); }

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