Html Css Color HEX #A8527A Royal Heath

📋 copy color: '#A8527A'

red 168 ◦ green 82 ◦ blue 122

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

Shades of Royal Heath #A8527A

Tints of Royal Heath #A8527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.04%

 BLUE value IS 122 (48.05% from 255) = 32.8%

R = 45.16%
G = 22.04%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8527A (or 0xA8527A) is known color: Royal Heath. HEX triplet: A8, 52 and 7A. RGB value is (168,82,122). Sum of RGB (Red+Green+Blue) = 168+82+122=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A8527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8527A is #57AD85. Grayscale: #707070. Windows color (decimal): -5746054 or 8016552. OLE color: 8016552.

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

Color convert

RGB 168 82 122 -
CMYK 0 0.51 0.27 0.34
HSL 332.09º 0.34% 0.49% -
HSV(B) 332.09º 0.51% 0.66% -
XYZ 22.68 15.76 20.26 -
YUV 112.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 168 82 122 0 0.51 0.27 0.34 332.09 0.34 0.49
Hex A8 52 7A 0 33 1B 22 14C 22 31
Octal 250 122 172 0 63 33 42 514 42 61
Binary 10101000 1010010 1111010 0 110011 11011 100010 101001100 100010 110001

Color Harmonies of #A8527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8527A

Black with #A8527A

Text Example


Text Example

White with #A8527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8527A; }

 p { color: rgb(168,82,122); }

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

background-color css

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

 a { background-color: rgb(168,82,122); }

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

border-color css

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

 span { border-color: rgb(168,82,122); }

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