Html Css Color HEX #A75B7C Royal Heath

📋 copy color: '#A75B7C'

red 167 ◦ green 91 ◦ blue 124

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

Shades of Royal Heath #A75B7C

Tints of Royal Heath #A75B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.82%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 43.72%
G = 23.82%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A75B7C (or 0xA75B7C) is known color: Royal Heath. HEX triplet: A7, 5B and 7C. RGB value is (167,91,124). Sum of RGB (Red+Green+Blue) = 167+91+124=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75B7C is #58A483. Grayscale: #757575. Windows color (decimal): -5809284 or 8149927. OLE color: 8149927.

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

Color convert

RGB 167 91 124 -
CMYK 0 0.46 0.26 0.35
HSL 333.95º 0.3% 0.51% -
HSV(B) 333.95º 0.46% 0.65% -
XYZ 23.32 17.15 21.15 -
YUV 117.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 167 91 124 0 0.46 0.26 0.35 333.95 0.3 0.51
Hex A7 5B 7C 0 2E 1A 23 14E 1E 33
Octal 247 133 174 0 56 32 43 516 36 63
Binary 10100111 1011011 1111100 0 101110 11010 100011 101001110 11110 110011

Color Harmonies of #A75B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B7C

Black with #A75B7C

Text Example


Text Example

White with #A75B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B7C; }

 p { color: rgb(167,91,124); }

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

background-color css

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

 a { background-color: rgb(167,91,124); }

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

border-color css

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

 span { border-color: rgb(167,91,124); }

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