Html Css Color HEX #A5467A Royal Heath

📋 copy color: '#A5467A'

red 165 ◦ green 70 ◦ blue 122

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

Shades of Royal Heath #A5467A

Tints of Royal Heath #A5467A

RGB

 RED value IS 165 (64.84% from 255) = 46.22%

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

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

R = 46.22%
G = 19.61%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5467A (or 0xA5467A) is known color: Royal Heath. HEX triplet: A5, 46 and 7A. RGB value is (165,70,122). Sum of RGB (Red+Green+Blue) = 165+70+122=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5467A is #5AB985. Grayscale: #686868. Windows color (decimal): -5945734 or 8013477. OLE color: 8013477.

HSL color Cylindrical-coordinate representation of color #A5467A: hue angle of 327.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5467A is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 70 122 -
CMYK 0 0.58 0.26 0.35
HSL 327.16º 0.4% 0.46% -
HSV(B) 327.16º 0.58% 0.65% -
XYZ 21.22 13.78 19.95 -
YUV 104.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 165 70 122 0 0.58 0.26 0.35 327.16 0.4 0.46
Hex A5 46 7A 0 3A 1A 23 147 28 2E
Octal 245 106 172 0 72 32 43 507 50 56
Binary 10100101 1000110 1111010 0 111010 11010 100011 101000111 101000 101110

Color Harmonies of #A5467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5467A

Black with #A5467A

Text Example


Text Example

White with #A5467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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