Html Css Color HEX #A75C7D Royal Heath

📋 copy color: '#A75C7D'

red 167 ◦ green 92 ◦ blue 125

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

Shades of Royal Heath #A75C7D

Tints of Royal Heath #A75C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 43.49%
G = 23.96%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A75C7D (or 0xA75C7D) is known color: Royal Heath. HEX triplet: A7, 5C and 7D. RGB value is (167,92,125). Sum of RGB (Red+Green+Blue) = 167+92+125=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75C7D is #58A382. Grayscale: #767676. Windows color (decimal): -5809027 or 8215719. OLE color: 8215719.

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

Color convert

RGB 167 92 125 -
CMYK 0 0.45 0.25 0.35
HSL 333.6º 0.3% 0.51% -
HSV(B) 333.6º 0.45% 0.65% -
XYZ 23.47 17.35 21.51 -
YUV 118.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 167 92 125 0 0.45 0.25 0.35 333.6 0.3 0.51
Hex A7 5C 7D 0 2D 19 23 14E 1E 33
Octal 247 134 175 0 55 31 43 516 36 63
Binary 10100111 1011100 1111101 0 101101 11001 100011 101001110 11110 110011

Color Harmonies of #A75C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C7D

Black with #A75C7D

Text Example


Text Example

White with #A75C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C7D; }

 p { color: rgb(167,92,125); }

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

background-color css

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

 a { background-color: rgb(167,92,125); }

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

border-color css

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

 span { border-color: rgb(167,92,125); }

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