Html Css Color HEX #A7507F Royal Heath

📋 copy color: '#A7507F'

red 167 ◦ green 80 ◦ blue 127

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

Shades of Royal Heath #A7507F

Tints of Royal Heath #A7507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.96%

R = 44.65%
G = 21.39%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A7507F (or 0xA7507F) is known color: Royal Heath. HEX triplet: A7, 50 and 7F. RGB value is (167,80,127). Sum of RGB (Red+Green+Blue) = 167+80+127=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A7507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7507F is #58AF80. Grayscale: #6F6F6F. Windows color (decimal): -5812097 or 8343719. OLE color: 8343719.

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

Color convert

RGB 167 80 127 -
CMYK 0 0.52 0.24 0.35
HSL 327.59º 0.35% 0.48% -
HSV(B) 327.59º 0.52% 0.65% -
XYZ 22.64 15.49 21.87 -
YUV 111.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 167 80 127 0 0.52 0.24 0.35 327.59 0.35 0.48
Hex A7 50 7F 0 34 18 23 148 23 30
Octal 247 120 177 0 64 30 43 510 43 60
Binary 10100111 1010000 1111111 0 110100 11000 100011 101001000 100011 110000

Color Harmonies of #A7507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7507F

Black with #A7507F

Text Example


Text Example

White with #A7507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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