Html Css Color HEX #A24D7A Royal Heath

📋 copy color: '#A24D7A'

red 162 ◦ green 77 ◦ blue 122

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

Shades of Royal Heath #A24D7A

Tints of Royal Heath #A24D7A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.33%

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 44.88%
G = 21.33%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A24D7A (or 0xA24D7A) is known color: Royal Heath. HEX triplet: A2, 4D and 7A. RGB value is (162,77,122). Sum of RGB (Red+Green+Blue) = 162+77+122=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D7A is #5DB285. Grayscale: #6B6B6B. Windows color (decimal): -6140550 or 8015266. OLE color: 8015266.

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

Color convert

RGB 162 77 122 -
CMYK 0 0.52 0.25 0.36
HSL 328.24º 0.36% 0.47% -
HSV(B) 328.24º 0.52% 0.64% -
XYZ 21.07 14.39 20.08 -
YUV 107.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 162 77 122 0 0.52 0.25 0.36 328.24 0.36 0.47
Hex A2 4D 7A 0 34 19 24 148 24 2F
Octal 242 115 172 0 64 31 44 510 44 57
Binary 10100010 1001101 1111010 0 110100 11001 100100 101001000 100100 101111

Color Harmonies of #A24D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D7A

Black with #A24D7A

Text Example


Text Example

White with #A24D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D7A; }

 p { color: rgb(162,77,122); }

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

background-color css

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

 a { background-color: rgb(162,77,122); }

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

border-color css

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

 span { border-color: rgb(162,77,122); }

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