Html Css Color HEX #A24C83 Royal Heath

📋 copy color: '#A24C83'

red 162 ◦ green 76 ◦ blue 131

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

Shades of Royal Heath #A24C83

Tints of Royal Heath #A24C83

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 43.9%
G = 20.6%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A24C83 (or 0xA24C83) is known color: Royal Heath. HEX triplet: A2, 4C and 83. RGB value is (162,76,131). Sum of RGB (Red+Green+Blue) = 162+76+131=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C83 is #5DB37C. Grayscale: #6B6B6B. Windows color (decimal): -6140797 or 8604834. OLE color: 8604834.

HSL color Cylindrical-coordinate representation of color #A24C83: hue angle of 321.63º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C83 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 76 131 -
CMYK 0 0.53 0.19 0.36
HSL 321.63º 0.36% 0.47% -
HSV(B) 321.63º 0.53% 0.64% -
XYZ 21.58 14.49 23.13 -
YUV 107.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 162 76 131 0 0.53 0.19 0.36 321.63 0.36 0.47
Hex A2 4C 83 0 35 13 24 142 24 2F
Octal 242 114 203 0 65 23 44 502 44 57
Binary 10100010 1001100 10000011 0 110101 10011 100100 101000010 100100 101111

Color Harmonies of #A24C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24C83

Black with #A24C83

Text Example


Text Example

White with #A24C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24C83; }

 p { color: rgb(162,76,131); }

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

background-color css

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

 a { background-color: rgb(162,76,131); }

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

border-color css

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

 span { border-color: rgb(162,76,131); }

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