Html Css Color HEX #A5567F Royal Heath

📋 copy color: '#A5567F'

red 165 ◦ green 86 ◦ blue 127

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

Shades of Royal Heath #A5567F

Tints of Royal Heath #A5567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.6%

R = 43.65%
G = 22.75%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5567F (or 0xA5567F) is known color: Royal Heath. HEX triplet: A5, 56 and 7F. RGB value is (165,86,127). Sum of RGB (Red+Green+Blue) = 165+86+127=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5567F is #5AA980. Grayscale: #727272. Windows color (decimal): -5941633 or 8345253. OLE color: 8345253.

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

Color convert

RGB 165 86 127 -
CMYK 0 0.48 0.23 0.35
HSL 328.86º 0.31% 0.49% -
HSV(B) 328.86º 0.48% 0.65% -
XYZ 22.68 16.19 22.01 -
YUV 114.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 165 86 127 0 0.48 0.23 0.35 328.86 0.31 0.49
Hex A5 56 7F 0 30 17 23 149 1F 31
Octal 245 126 177 0 60 27 43 511 37 61
Binary 10100101 1010110 1111111 0 110000 10111 100011 101001001 11111 110001

Color Harmonies of #A5567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5567F

Black with #A5567F

Text Example


Text Example

White with #A5567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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