Html Css Color HEX #A3487A Royal Heath

📋 copy color: '#A3487A'

red 163 ◦ green 72 ◦ blue 122

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

Shades of Royal Heath #A3487A

Tints of Royal Heath #A3487A

RGB

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

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

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

R = 45.66%
G = 20.17%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3487A (or 0xA3487A) is known color: Royal Heath. HEX triplet: A3, 48 and 7A. RGB value is (163,72,122). Sum of RGB (Red+Green+Blue) = 163+72+122=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3487A is #5CB785. Grayscale: #686868. Windows color (decimal): -6076294 or 8013987. OLE color: 8013987.

HSL color Cylindrical-coordinate representation of color #A3487A: hue angle of 327.03º 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 #A3487A is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 72 122 -
CMYK 0 0.56 0.25 0.36
HSL 327.03º 0.39% 0.46% -
HSV(B) 327.03º 0.56% 0.64% -
XYZ 20.93 13.83 19.98 -
YUV 104.91 137.65 169.43 -
System Red Green Blue C M Y K H S L
Decimal 163 72 122 0 0.56 0.25 0.36 327.03 0.39 0.46
Hex A3 48 7A 0 38 19 24 147 27 2E
Octal 243 110 172 0 70 31 44 507 47 56
Binary 10100011 1001000 1111010 0 111000 11001 100100 101000111 100111 101110

Color Harmonies of #A3487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3487A

Black with #A3487A

Text Example


Text Example

White with #A3487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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