Html Css Color HEX #A45A7A Royal Heath

📋 copy color: '#A45A7A'

red 164 ◦ green 90 ◦ blue 122

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

Shades of Royal Heath #A45A7A

Tints of Royal Heath #A45A7A

RGB

 RED value IS 164 (64.45% from 255) = 43.62%

 GREEN value IS 90 (35.55% from 255) = 23.94%

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

R = 43.62%
G = 23.94%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A45A7A (or 0xA45A7A) is known color: Royal Heath. HEX triplet: A4, 5A and 7A. RGB value is (164,90,122). Sum of RGB (Red+Green+Blue) = 164+90+122=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A7A is #5BA585. Grayscale: #737373. Windows color (decimal): -6006150 or 8018596. OLE color: 8018596.

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

Color convert

RGB 164 90 122 -
CMYK 0 0.45 0.26 0.36
HSL 334.05º 0.29% 0.5% -
HSV(B) 334.05º 0.45% 0.64% -
XYZ 22.48 16.61 20.43 -
YUV 115.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 164 90 122 0 0.45 0.26 0.36 334.05 0.29 0.5
Hex A4 5A 7A 0 2D 1A 24 14E 1D 32
Octal 244 132 172 0 55 32 44 516 35 62
Binary 10100100 1011010 1111010 0 101101 11010 100100 101001110 11101 110010

Color Harmonies of #A45A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A7A

Black with #A45A7A

Text Example


Text Example

White with #A45A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A7A; }

 p { color: rgb(164,90,122); }

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

background-color css

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

 a { background-color: rgb(164,90,122); }

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

border-color css

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

 span { border-color: rgb(164,90,122); }

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