Html Css Color HEX #A2497A Royal Heath

📋 copy color: '#A2497A'

red 162 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #A2497A

Tints of Royal Heath #A2497A

RGB

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

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

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

R = 45.38%
G = 20.45%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2497A (or 0xA2497A) is known color: Royal Heath. HEX triplet: A2, 49 and 7A. RGB value is (162,73,122). Sum of RGB (Red+Green+Blue) = 162+73+122=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2497A is #5DB685. Grayscale: #696969. Windows color (decimal): -6141574 or 8014242. OLE color: 8014242.

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

Color convert

RGB 162 73 122 -
CMYK 0 0.55 0.25 0.36
HSL 326.97º 0.38% 0.46% -
HSV(B) 326.97º 0.55% 0.64% -
XYZ 20.8 13.85 19.99 -
YUV 105.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 162 73 122 0 0.55 0.25 0.36 326.97 0.38 0.46
Hex A2 49 7A 0 37 19 24 147 26 2E
Octal 242 111 172 0 67 31 44 507 46 56
Binary 10100010 1001001 1111010 0 110111 11001 100100 101000111 100110 101110

Color Harmonies of #A2497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2497A

Black with #A2497A

Text Example


Text Example

White with #A2497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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