Html Css Color HEX #A3507C Royal Heath

📋 copy color: '#A3507C'

red 163 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #A3507C

Tints of Royal Heath #A3507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 44.41%
G = 21.8%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3507C (or 0xA3507C) is known color: Royal Heath. HEX triplet: A3, 50 and 7C. RGB value is (163,80,124). Sum of RGB (Red+Green+Blue) = 163+80+124=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A3507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3507C is #5CAF83. Grayscale: #6D6D6D. Windows color (decimal): -6074244 or 8147107. OLE color: 8147107.

HSL color Cylindrical-coordinate representation of color #A3507C: hue angle of 328.19º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3507C is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 80 124 -
CMYK 0 0.51 0.24 0.36
HSL 328.19º 0.34% 0.48% -
HSV(B) 328.19º 0.51% 0.64% -
XYZ 21.61 14.98 20.82 -
YUV 109.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 163 80 124 0 0.51 0.24 0.36 328.19 0.34 0.48
Hex A3 50 7C 0 33 18 24 148 22 30
Octal 243 120 174 0 63 30 44 510 42 60
Binary 10100011 1010000 1111100 0 110011 11000 100100 101001000 100010 110000

Color Harmonies of #A3507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3507C

Black with #A3507C

Text Example


Text Example

White with #A3507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3507C; }

 p { color: rgb(163,80,124); }

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

background-color css

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

 a { background-color: rgb(163,80,124); }

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

border-color css

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

 span { border-color: rgb(163,80,124); }

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