Html Css Color HEX #A5567D Royal Heath

📋 copy color: '#A5567D'

red 165 ◦ green 86 ◦ blue 125

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

Shades of Royal Heath #A5567D

Tints of Royal Heath #A5567D

RGB

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

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

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

R = 43.88%
G = 22.87%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5567D (or 0xA5567D) is known color: Royal Heath. HEX triplet: A5, 56 and 7D. RGB value is (165,86,125). Sum of RGB (Red+Green+Blue) = 165+86+125=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5567D is #5AA982. Grayscale: #717171. Windows color (decimal): -5941635 or 8214181. OLE color: 8214181.

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

Color convert

RGB 165 86 125 -
CMYK 0 0.48 0.24 0.35
HSL 330.38º 0.31% 0.49% -
HSV(B) 330.38º 0.48% 0.65% -
XYZ 22.55 16.14 21.33 -
YUV 114.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 165 86 125 0 0.48 0.24 0.35 330.38 0.31 0.49
Hex A5 56 7D 0 30 18 23 14A 1F 31
Octal 245 126 175 0 60 30 43 512 37 61
Binary 10100101 1010110 1111101 0 110000 11000 100011 101001010 11111 110001

Color Harmonies of #A5567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5567D

Black with #A5567D

Text Example


Text Example

White with #A5567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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