Html Css Color HEX #A3487F Royal Heath

📋 copy color: '#A3487F'

red 163 ◦ green 72 ◦ blue 127

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

Shades of Royal Heath #A3487F

Tints of Royal Heath #A3487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.89%

 BLUE value IS 127 (50% from 255) = 35.08%

R = 45.03%
G = 19.89%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3487F (or 0xA3487F) is known color: Royal Heath. HEX triplet: A3, 48 and 7F. RGB value is (163,72,127). Sum of RGB (Red+Green+Blue) = 163+72+127=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A3487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3487F is #5CB780. Grayscale: #696969. Windows color (decimal): -6076289 or 8341667. OLE color: 8341667.

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

Color convert

RGB 163 72 127 -
CMYK 0 0.56 0.22 0.36
HSL 323.74º 0.39% 0.46% -
HSV(B) 323.74º 0.56% 0.64% -
XYZ 21.25 13.95 21.65 -
YUV 105.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 163 72 127 0 0.56 0.22 0.36 323.74 0.39 0.46
Hex A3 48 7F 0 38 16 24 144 27 2E
Octal 243 110 177 0 70 26 44 504 47 56
Binary 10100011 1001000 1111111 0 111000 10110 100100 101000100 100111 101110

Color Harmonies of #A3487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3487F

Black with #A3487F

Text Example


Text Example

White with #A3487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3487F; }

 p { color: rgb(163,72,127); }

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

background-color css

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

 a { background-color: rgb(163,72,127); }

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

border-color css

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

 span { border-color: rgb(163,72,127); }

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