Html Css Color HEX #A2467A Royal Heath

📋 copy color: '#A2467A'

red 162 ◦ green 70 ◦ blue 122

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

Shades of Royal Heath #A2467A

Tints of Royal Heath #A2467A

RGB

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

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

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

R = 45.76%
G = 19.77%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2467A (or 0xA2467A) is known color: Royal Heath. HEX triplet: A2, 46 and 7A. RGB value is (162,70,122). Sum of RGB (Red+Green+Blue) = 162+70+122=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2467A is #5DB985. Grayscale: #676767. Windows color (decimal): -6142342 or 8013474. OLE color: 8013474.

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

Color convert

RGB 162 70 122 -
CMYK 0 0.57 0.25 0.36
HSL 326.09º 0.4% 0.45% -
HSV(B) 326.09º 0.57% 0.64% -
XYZ 20.6 13.47 19.93 -
YUV 103.44 138.48 169.77 -
System Red Green Blue C M Y K H S L
Decimal 162 70 122 0 0.57 0.25 0.36 326.09 0.4 0.45
Hex A2 46 7A 0 39 19 24 146 28 2D
Octal 242 106 172 0 71 31 44 506 50 55
Binary 10100010 1000110 1111010 0 111001 11001 100100 101000110 101000 101101

Color Harmonies of #A2467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2467A

Black with #A2467A

Text Example


Text Example

White with #A2467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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