Html Css Color HEX #A75186 Royal Heath

📋 copy color: '#A75186'

red 167 ◦ green 81 ◦ blue 134

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

Shades of Royal Heath #A75186

Tints of Royal Heath #A75186

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.2%

 BLUE value IS 134 (52.73% from 255) = 35.08%

R = 43.72%
G = 21.2%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A75186 (or 0xA75186) is known color: Royal Heath. HEX triplet: A7, 51 and 86. RGB value is (167,81,134). Sum of RGB (Red+Green+Blue) = 167+81+134=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A75186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75186 is #58AE79. Grayscale: #707070. Windows color (decimal): -5811834 or 8802727. OLE color: 8802727.

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

Color convert

RGB 167 81 134 -
CMYK 0 0.51 0.20 0.35
HSL 323.02º 0.35% 0.49% -
HSV(B) 323.02º 0.51% 0.65% -
XYZ 23.18 15.82 24.39 -
YUV 112.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 167 81 134 0 0.51 0.20 0.35 323.02 0.35 0.49
Hex A7 51 86 0 33 14 23 143 23 31
Octal 247 121 206 0 63 24 43 503 43 61
Binary 10100111 1010001 10000110 0 110011 10100 100011 101000011 100011 110001

Color Harmonies of #A75186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75186

Black with #A75186

Text Example


Text Example

White with #A75186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75186; }

 p { color: rgb(167,81,134); }

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

background-color css

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

 a { background-color: rgb(167,81,134); }

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

border-color css

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

 span { border-color: rgb(167,81,134); }

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