Html Css Color HEX #A2497D Royal Heath

📋 copy color: '#A2497D'

red 162 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #A2497D

Tints of Royal Heath #A2497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 45%
G = 20.28%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2497D (or 0xA2497D) is known color: Royal Heath. HEX triplet: A2, 49 and 7D. RGB value is (162,73,125). Sum of RGB (Red+Green+Blue) = 162+73+125=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A2497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2497D is #5DB682. Grayscale: #696969. Windows color (decimal): -6141571 or 8210850. OLE color: 8210850.

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

Color convert

RGB 162 73 125 -
CMYK 0 0.55 0.23 0.36
HSL 324.94º 0.38% 0.46% -
HSV(B) 324.94º 0.55% 0.64% -
XYZ 20.98 13.93 20.98 -
YUV 105.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 162 73 125 0 0.55 0.23 0.36 324.94 0.38 0.46
Hex A2 49 7D 0 37 17 24 145 26 2E
Octal 242 111 175 0 67 27 44 505 46 56
Binary 10100010 1001001 1111101 0 110111 10111 100100 101000101 100110 101110

Color Harmonies of #A2497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2497D

Black with #A2497D

Text Example


Text Example

White with #A2497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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