Html Css Color HEX #A4507D Royal Heath

📋 copy color: '#A4507D'

red 164 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #A4507D

Tints of Royal Heath #A4507D

RGB

 RED value IS 164 (64.45% from 255) = 44.44%

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

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

R = 44.44%
G = 21.68%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4507D (or 0xA4507D) is known color: Royal Heath. HEX triplet: A4, 50 and 7D. RGB value is (164,80,125). Sum of RGB (Red+Green+Blue) = 164+80+125=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A4507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4507D is #5BAF82. Grayscale: #6E6E6E. Windows color (decimal): -6008707 or 8212644. OLE color: 8212644.

HSL color Cylindrical-coordinate representation of color #A4507D: hue angle of 327.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4507D is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 80 125 -
CMYK 0 0.51 0.24 0.36
HSL 327.86º 0.34% 0.48% -
HSV(B) 327.86º 0.51% 0.64% -
XYZ 21.88 15.11 21.17 -
YUV 110.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 164 80 125 0 0.51 0.24 0.36 327.86 0.34 0.48
Hex A4 50 7D 0 33 18 24 148 22 30
Octal 244 120 175 0 63 30 44 510 42 60
Binary 10100100 1010000 1111101 0 110011 11000 100100 101001000 100010 110000

Color Harmonies of #A4507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4507D

Black with #A4507D

Text Example


Text Example

White with #A4507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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