Html Css Color HEX #A7457D Royal Heath

📋 copy color: '#A7457D'

red 167 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #A7457D

Tints of Royal Heath #A7457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.11%

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

R = 46.26%
G = 19.11%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7457D (or 0xA7457D) is known color: Royal Heath. HEX triplet: A7, 45 and 7D. RGB value is (167,69,125). Sum of RGB (Red+Green+Blue) = 167+69+125=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7457D is #58BA82. Grayscale: #686868. Windows color (decimal): -5814915 or 8209831. OLE color: 8209831.

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

Color convert

RGB 167 69 125 -
CMYK 0 0.59 0.25 0.35
HSL 325.71º 0.42% 0.46% -
HSV(B) 325.71º 0.59% 0.65% -
XYZ 21.77 13.95 20.95 -
YUV 104.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 167 69 125 0 0.59 0.25 0.35 325.71 0.42 0.46
Hex A7 45 7D 0 3B 19 23 146 2A 2E
Octal 247 105 175 0 73 31 43 506 52 56
Binary 10100111 1000101 1111101 0 111011 11001 100011 101000110 101010 101110

Color Harmonies of #A7457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7457D

Black with #A7457D

Text Example


Text Example

White with #A7457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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