#A7507B

Color #A7507B Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A7507B

Tints of Royal Heath #A7507B

Color information

#A7507B (or 0xA7507B) is unknown color: approx Royal Heath. HEX triplet: A7, 50 and 7B. RGB value is (167,80,123). Sum of RGB (Red+Green+Blue) = 167+80+123=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A7507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7507B is #58AF84. Grayscale: #6E6E6E. Windows color (decimal): -5812101 or 8081575. OLE color: 8081575.

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

Color convert

RGB16780123-
CMYK00.520.260.35
HSL330.34º35.22%48.43%-
HSV(B)330.34º52.1%65.49%-
XYZ22.3815.3820.53-
YUV110.92134.82168-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=45.14%
G=21.62%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678012300.520.260.35330.3435.2248.43
HexA7507B0341A2314a2330
Octal24712017306432435124360
Binary1010011110100001111011011010011010100011101001010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7507B; }

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

 H1.HeaderClassName
 {
   color: #A7507B;
 }
 .AnyTagClassName
 {
   color: #A7507B;
 }
</style>
background-color css

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

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

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

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

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

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