Html Css Color HEX #A3567A Royal Heath

📋 copy color: '#A3567A'

red 163 ◦ green 86 ◦ blue 122

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

Shades of Royal Heath #A3567A

Tints of Royal Heath #A3567A

RGB

 RED value IS 163 (64.06% from 255) = 43.94%

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

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

R = 43.94%
G = 23.18%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3567A (or 0xA3567A) is known color: Royal Heath. HEX triplet: A3, 56 and 7A. RGB value is (163,86,122). Sum of RGB (Red+Green+Blue) = 163+86+122=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3567A is #5CA985. Grayscale: #717171. Windows color (decimal): -6072710 or 8017571. OLE color: 8017571.

HSL color Cylindrical-coordinate representation of color #A3567A: hue angle of 331.95º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3567A is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 86 122 -
CMYK 0 0.47 0.25 0.36
HSL 331.95º 0.31% 0.49% -
HSV(B) 331.95º 0.47% 0.64% -
XYZ 21.94 15.85 20.31 -
YUV 113.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 163 86 122 0 0.47 0.25 0.36 331.95 0.31 0.49
Hex A3 56 7A 0 2F 19 24 14C 1F 31
Octal 243 126 172 0 57 31 44 514 37 61
Binary 10100011 1010110 1111010 0 101111 11001 100100 101001100 11111 110001

Color Harmonies of #A3567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3567A

Black with #A3567A

Text Example


Text Example

White with #A3567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3567A; }

 p { color: rgb(163,86,122); }

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

background-color css

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

 a { background-color: rgb(163,86,122); }

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

border-color css

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

 span { border-color: rgb(163,86,122); }

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