Html Css Color HEX #A2467C Royal Heath

📋 copy color: '#A2467C'

red 162 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #A2467C

Tints of Royal Heath #A2467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.66%

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 45.51%
G = 19.66%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2467C (or 0xA2467C) is known color: Royal Heath. HEX triplet: A2, 46 and 7C. RGB value is (162,70,124). Sum of RGB (Red+Green+Blue) = 162+70+124=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2467C is #5DB983. Grayscale: #676767. Windows color (decimal): -6142340 or 8144546. OLE color: 8144546.

HSL color Cylindrical-coordinate representation of color #A2467C: hue angle of 324.78º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2467C is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 70 124 -
CMYK 0 0.57 0.23 0.36
HSL 324.78º 0.4% 0.45% -
HSV(B) 324.78º 0.57% 0.64% -
XYZ 20.73 13.52 20.59 -
YUV 103.66 139.48 169.61 -
System Red Green Blue C M Y K H S L
Decimal 162 70 124 0 0.57 0.23 0.36 324.78 0.4 0.45
Hex A2 46 7C 0 39 17 24 145 28 2D
Octal 242 106 174 0 71 27 44 505 50 55
Binary 10100010 1000110 1111100 0 111001 10111 100100 101000101 101000 101101

Color Harmonies of #A2467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2467C

Black with #A2467C

Text Example


Text Example

White with #A2467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2467C; }

 p { color: rgb(162,70,124); }

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

background-color css

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

 a { background-color: rgb(162,70,124); }

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

border-color css

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

 span { border-color: rgb(162,70,124); }

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