Html Css Color HEX #A75B7D Royal Heath

📋 copy color: '#A75B7D'

red 167 ◦ green 91 ◦ blue 125

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

Shades of Royal Heath #A75B7D

Tints of Royal Heath #A75B7D

RGB

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

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

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

R = 43.6%
G = 23.76%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A75B7D (or 0xA75B7D) is known color: Royal Heath. HEX triplet: A7, 5B and 7D. RGB value is (167,91,125). Sum of RGB (Red+Green+Blue) = 167+91+125=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75B7D is #58A482. Grayscale: #757575. Windows color (decimal): -5809283 or 8215463. OLE color: 8215463.

HSL color Cylindrical-coordinate representation of color #A75B7D: hue angle of 333.16º 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 #A75B7D is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 91 125 -
CMYK 0 0.46 0.25 0.35
HSL 333.16º 0.3% 0.51% -
HSV(B) 333.16º 0.46% 0.65% -
XYZ 23.38 17.18 21.49 -
YUV 117.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 167 91 125 0 0.46 0.25 0.35 333.16 0.3 0.51
Hex A7 5B 7D 0 2E 19 23 14D 1E 33
Octal 247 133 175 0 56 31 43 515 36 63
Binary 10100111 1011011 1111101 0 101110 11001 100011 101001101 11110 110011

Color Harmonies of #A75B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B7D

Black with #A75B7D

Text Example


Text Example

White with #A75B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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