Html Css Color HEX #A55670 Royal Heath

📋 copy color: '#A55670'

red 165 ◦ green 86 ◦ blue 112

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

Shades of Royal Heath #A55670

Tints of Royal Heath #A55670

RGB

 RED value IS 165 (64.84% from 255) = 45.45%

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

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 45.45%
G = 23.69%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A55670 (or 0xA55670) is known color: Royal Heath. HEX triplet: A5, 56 and 70. RGB value is (165,86,112). Sum of RGB (Red+Green+Blue) = 165+86+112=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A55670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55670 is #5AA98F. Grayscale: #707070. Windows color (decimal): -5941648 or 7362213. OLE color: 7362213.

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

Color convert

RGB 165 86 112 -
CMYK 0 0.48 0.32 0.35
HSL 340.25º 0.31% 0.49% -
HSV(B) 340.25º 0.48% 0.65% -
XYZ 21.77 15.82 17.24 -
YUV 112.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 165 86 112 0 0.48 0.32 0.35 340.25 0.31 0.49
Hex A5 56 70 0 30 20 23 154 1F 31
Octal 245 126 160 0 60 40 43 524 37 61
Binary 10100101 1010110 1110000 0 110000 100000 100011 101010100 11111 110001

Color Harmonies of #A55670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55670

Black with #A55670

Text Example


Text Example

White with #A55670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55670; }

 p { color: rgb(165,86,112); }

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

background-color css

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

 a { background-color: rgb(165,86,112); }

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

border-color css

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

 span { border-color: rgb(165,86,112); }

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