Html Css Color HEX #A3507E Royal Heath

📋 copy color: '#A3507E'

red 163 ◦ green 80 ◦ blue 126

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

Shades of Royal Heath #A3507E

Tints of Royal Heath #A3507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 44.17%
G = 21.68%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3507E (or 0xA3507E) is known color: Royal Heath. HEX triplet: A3, 50 and 7E. RGB value is (163,80,126). Sum of RGB (Red+Green+Blue) = 163+80+126=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3507E is #5CAF81. Grayscale: #6D6D6D. Windows color (decimal): -6074242 or 8278179. OLE color: 8278179.

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

Color convert

RGB 163 80 126 -
CMYK 0 0.51 0.23 0.36
HSL 326.75º 0.34% 0.48% -
HSV(B) 326.75º 0.51% 0.64% -
XYZ 21.74 15.03 21.49 -
YUV 110.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 163 80 126 0 0.51 0.23 0.36 326.75 0.34 0.48
Hex A3 50 7E 0 33 17 24 147 22 30
Octal 243 120 176 0 63 27 44 507 42 60
Binary 10100011 1010000 1111110 0 110011 10111 100100 101000111 100010 110000

Color Harmonies of #A3507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3507E

Black with #A3507E

Text Example


Text Example

White with #A3507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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