Html Css Color HEX #A4567D Royal Heath

📋 copy color: '#A4567D'

red 164 ◦ green 86 ◦ blue 125

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

Shades of Royal Heath #A4567D

Tints of Royal Heath #A4567D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.93%

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

R = 43.73%
G = 22.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4567D (or 0xA4567D) is known color: Royal Heath. HEX triplet: A4, 56 and 7D. RGB value is (164,86,125). Sum of RGB (Red+Green+Blue) = 164+86+125=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4567D is #5BA982. Grayscale: #717171. Windows color (decimal): -6007171 or 8214180. OLE color: 8214180.

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

Color convert

RGB 164 86 125 -
CMYK 0 0.48 0.24 0.36
HSL 330º 0.31% 0.49% -
HSV(B) 330º 0.48% 0.64% -
XYZ 22.34 16.03 21.32 -
YUV 113.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 164 86 125 0 0.48 0.24 0.36 330 0.31 0.49
Hex A4 56 7D 0 30 18 24 14A 1F 31
Octal 244 126 175 0 60 30 44 512 37 61
Binary 10100100 1010110 1111101 0 110000 11000 100100 101001010 11111 110001

Color Harmonies of #A4567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4567D

Black with #A4567D

Text Example


Text Example

White with #A4567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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