Html Css Color HEX #A8567C Royal Heath

📋 copy color: '#A8567C'

red 168 ◦ green 86 ◦ blue 124

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

Shades of Royal Heath #A8567C

Tints of Royal Heath #A8567C

RGB

 RED value IS 168 (66.02% from 255) = 44.44%

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

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 44.44%
G = 22.75%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8567C (or 0xA8567C) is known color: Royal Heath. HEX triplet: A8, 56 and 7C. RGB value is (168,86,124). Sum of RGB (Red+Green+Blue) = 168+86+124=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8567C is #57A983. Grayscale: #727272. Windows color (decimal): -5745028 or 8148648. OLE color: 8148648.

HSL color Cylindrical-coordinate representation of color #A8567C: hue angle of 332.2º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8567C is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 86 124 -
CMYK 0 0.49 0.26 0.34
HSL 332.2º 0.32% 0.5% -
HSV(B) 332.2º 0.49% 0.66% -
XYZ 23.11 16.44 21.02 -
YUV 114.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 168 86 124 0 0.49 0.26 0.34 332.2 0.32 0.5
Hex A8 56 7C 0 31 1A 22 14C 20 32
Octal 250 126 174 0 61 32 42 514 40 62
Binary 10101000 1010110 1111100 0 110001 11010 100010 101001100 100000 110010

Color Harmonies of #A8567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8567C

Black with #A8567C

Text Example


Text Example

White with #A8567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8567C; }

 p { color: rgb(168,86,124); }

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

background-color css

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

 a { background-color: rgb(168,86,124); }

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

border-color css

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

 span { border-color: rgb(168,86,124); }

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