Html Css Color HEX #A24B7F Royal Heath

📋 copy color: '#A24B7F'

red 162 ◦ green 75 ◦ blue 127

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

Shades of Royal Heath #A24B7F

Tints of Royal Heath #A24B7F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.6%

 BLUE value IS 127 (50% from 255) = 34.89%

R = 44.51%
G = 20.6%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A24B7F (or 0xA24B7F) is known color: Royal Heath. HEX triplet: A2, 4B and 7F. RGB value is (162,75,127). Sum of RGB (Red+Green+Blue) = 162+75+127=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24B7F is #5DB480. Grayscale: #6A6A6A. Windows color (decimal): -6141057 or 8342434. OLE color: 8342434.

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

Color convert

RGB 162 75 127 -
CMYK 0 0.54 0.22 0.36
HSL 324.14º 0.37% 0.46% -
HSV(B) 324.14º 0.54% 0.64% -
XYZ 21.25 14.25 21.71 -
YUV 106.94 139.32 167.27 -
System Red Green Blue C M Y K H S L
Decimal 162 75 127 0 0.54 0.22 0.36 324.14 0.37 0.46
Hex A2 4B 7F 0 36 16 24 144 25 2E
Octal 242 113 177 0 66 26 44 504 45 56
Binary 10100010 1001011 1111111 0 110110 10110 100100 101000100 100101 101110

Color Harmonies of #A24B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B7F

Black with #A24B7F

Text Example


Text Example

White with #A24B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B7F; }

 p { color: rgb(162,75,127); }

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

background-color css

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

 a { background-color: rgb(162,75,127); }

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

border-color css

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

 span { border-color: rgb(162,75,127); }

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