Html Css Color HEX #A45281 Royal Heath

📋 copy color: '#A45281'

red 164 ◦ green 82 ◦ blue 129

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

Shades of Royal Heath #A45281

Tints of Royal Heath #A45281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.87%

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 43.73%
G = 21.87%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A45281 (or 0xA45281) is known color: Royal Heath. HEX triplet: A4, 52 and 81. RGB value is (164,82,129). Sum of RGB (Red+Green+Blue) = 164+82+129=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A45281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45281 is #5BAD7E. Grayscale: #6F6F6F. Windows color (decimal): -6008191 or 8475300. OLE color: 8475300.

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

Color convert

RGB 164 82 129 -
CMYK 0 0.5 0.21 0.36
HSL 325.61º 0.33% 0.48% -
HSV(B) 325.61º 0.5% 0.64% -
XYZ 22.29 15.51 22.59 -
YUV 111.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 164 82 129 0 0.5 0.21 0.36 325.61 0.33 0.48
Hex A4 52 81 0 32 15 24 146 21 30
Octal 244 122 201 0 62 25 44 506 41 60
Binary 10100100 1010010 10000001 0 110010 10101 100100 101000110 100001 110000

Color Harmonies of #A45281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45281

Black with #A45281

Text Example


Text Example

White with #A45281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45281; }

 p { color: rgb(164,82,129); }

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

background-color css

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

 a { background-color: rgb(164,82,129); }

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

border-color css

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

 span { border-color: rgb(164,82,129); }

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