Html Css Color HEX #A3587A Royal Heath

📋 copy color: '#A3587A'

red 163 ◦ green 88 ◦ blue 122

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

Shades of Royal Heath #A3587A

Tints of Royal Heath #A3587A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.59%

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

R = 43.7%
G = 23.59%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3587A (or 0xA3587A) is known color: Royal Heath. HEX triplet: A3, 58 and 7A. RGB value is (163,88,122). Sum of RGB (Red+Green+Blue) = 163+88+122=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3587A is #5CA785. Grayscale: #727272. Windows color (decimal): -6072198 or 8018083. OLE color: 8018083.

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

Color convert

RGB 163 88 122 -
CMYK 0 0.46 0.25 0.36
HSL 332.8º 0.3% 0.49% -
HSV(B) 332.8º 0.46% 0.64% -
XYZ 22.11 16.17 20.37 -
YUV 114.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 163 88 122 0 0.46 0.25 0.36 332.8 0.3 0.49
Hex A3 58 7A 0 2E 19 24 14D 1E 31
Octal 243 130 172 0 56 31 44 515 36 61
Binary 10100011 1011000 1111010 0 101110 11001 100100 101001101 11110 110001

Color Harmonies of #A3587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3587A

Black with #A3587A

Text Example


Text Example

White with #A3587A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3587A; }

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

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

background-color css

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

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

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

border-color css

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

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

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