Html Css Color HEX #A2497B Royal Heath

📋 copy color: '#A2497B'

red 162 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #A2497B

Tints of Royal Heath #A2497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.36%

R = 45.25%
G = 20.39%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2497B (or 0xA2497B) is known color: Royal Heath. HEX triplet: A2, 49 and 7B. RGB value is (162,73,123). Sum of RGB (Red+Green+Blue) = 162+73+123=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2497B is #5DB684. Grayscale: #696969. Windows color (decimal): -6141573 or 8079778. OLE color: 8079778.

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

Color convert

RGB 162 73 123 -
CMYK 0 0.55 0.24 0.36
HSL 326.29º 0.38% 0.46% -
HSV(B) 326.29º 0.55% 0.64% -
XYZ 20.86 13.88 20.32 -
YUV 105.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 162 73 123 0 0.55 0.24 0.36 326.29 0.38 0.46
Hex A2 49 7B 0 37 18 24 146 26 2E
Octal 242 111 173 0 67 30 44 506 46 56
Binary 10100010 1001001 1111011 0 110111 11000 100100 101000110 100110 101110

Color Harmonies of #A2497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2497B

Black with #A2497B

Text Example


Text Example

White with #A2497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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