Html Css Color HEX #A75482 Royal Heath

📋 copy color: '#A75482'

red 167 ◦ green 84 ◦ blue 130

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

Shades of Royal Heath #A75482

Tints of Royal Heath #A75482

RGB

 RED value IS 167 (65.63% from 255) = 43.83%

 GREEN value IS 84 (33.2% from 255) = 22.05%

 BLUE value IS 130 (51.17% from 255) = 34.12%

R = 43.83%
G = 22.05%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A75482 (or 0xA75482) is known color: Royal Heath. HEX triplet: A7, 54 and 82. RGB value is (167,84,130). Sum of RGB (Red+Green+Blue) = 167+84+130=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A75482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75482 is #58AB7D. Grayscale: #717171. Windows color (decimal): -5811070 or 8541351. OLE color: 8541351.

HSL color Cylindrical-coordinate representation of color #A75482: hue angle of 326.75º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75482 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 84 130 -
CMYK 0 0.50 0.22 0.35
HSL 326.75º 0.33% 0.49% -
HSV(B) 326.75º 0.5% 0.65% -
XYZ 23.14 16.17 23.02 -
YUV 114.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 167 84 130 0 0.50 0.22 0.35 326.75 0.33 0.49
Hex A7 54 82 0 32 16 23 147 21 31
Octal 247 124 202 0 62 26 43 507 41 61
Binary 10100111 1010100 10000010 0 110010 10110 100011 101000111 100001 110001

Color Harmonies of #A75482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75482

Black with #A75482

Text Example


Text Example

White with #A75482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75482; }

 p { color: rgb(167,84,130); }

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

background-color css

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

 a { background-color: rgb(167,84,130); }

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

border-color css

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

 span { border-color: rgb(167,84,130); }

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