Html Css Color HEX #A1507C Royal Heath

📋 copy color: '#A1507C'

red 161 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #A1507C

Tints of Royal Heath #A1507C

RGB

 RED value IS 161 (63.28% from 255) = 44.11%

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

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

R = 44.11%
G = 21.92%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1507C (or 0xA1507C) is known color: Royal Heath. HEX triplet: A1, 50 and 7C. RGB value is (161,80,124). Sum of RGB (Red+Green+Blue) = 161+80+124=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A1507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1507C is #5EAF83. Grayscale: #6D6D6D. Windows color (decimal): -6205316 or 8147105. OLE color: 8147105.

HSL color Cylindrical-coordinate representation of color #A1507C: hue angle of 327.41º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1507C is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 124 -
CMYK 0 0.50 0.23 0.37
HSL 327.41º 0.34% 0.47% -
HSV(B) 327.41º 0.5% 0.63% -
XYZ 21.2 14.77 20.8 -
YUV 109.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 161 80 124 0 0.50 0.23 0.37 327.41 0.34 0.47
Hex A1 50 7C 0 32 17 25 147 22 2F
Octal 241 120 174 0 62 27 45 507 42 57
Binary 10100001 1010000 1111100 0 110010 10111 100101 101000111 100010 101111

Color Harmonies of #A1507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1507C

Black with #A1507C

Text Example


Text Example

White with #A1507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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