Html Css Color HEX #A7507D Royal Heath

📋 copy color: '#A7507D'

red 167 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #A7507D

Tints of Royal Heath #A7507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 44.89%
G = 21.51%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7507D (or 0xA7507D) is known color: Royal Heath. HEX triplet: A7, 50 and 7D. RGB value is (167,80,125). Sum of RGB (Red+Green+Blue) = 167+80+125=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A7507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7507D is #58AF82. Grayscale: #6F6F6F. Windows color (decimal): -5812099 or 8212647. OLE color: 8212647.

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

Color convert

RGB 167 80 125 -
CMYK 0 0.52 0.25 0.35
HSL 328.97º 0.35% 0.48% -
HSV(B) 328.97º 0.52% 0.65% -
XYZ 22.51 15.43 21.19 -
YUV 111.14 135.82 167.84 -
System Red Green Blue C M Y K H S L
Decimal 167 80 125 0 0.52 0.25 0.35 328.97 0.35 0.48
Hex A7 50 7D 0 34 19 23 149 23 30
Octal 247 120 175 0 64 31 43 511 43 60
Binary 10100111 1010000 1111101 0 110100 11001 100011 101001001 100011 110000

Color Harmonies of #A7507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7507D

Black with #A7507D

Text Example


Text Example

White with #A7507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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