Html Css Color HEX #A1507A Royal Heath

📋 copy color: '#A1507A'

red 161 ◦ green 80 ◦ blue 122

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

Shades of Royal Heath #A1507A

Tints of Royal Heath #A1507A

RGB

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

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

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

R = 44.35%
G = 22.04%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A1507A (or 0xA1507A) is known color: Royal Heath. HEX triplet: A1, 50 and 7A. RGB value is (161,80,122). Sum of RGB (Red+Green+Blue) = 161+80+122=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A1507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1507A is #5EAF85. Grayscale: #6C6C6C. Windows color (decimal): -6205318 or 8016033. OLE color: 8016033.

HSL color Cylindrical-coordinate representation of color #A1507A: hue angle of 328.89º 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 #A1507A is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 122 -
CMYK 0 0.50 0.24 0.37
HSL 328.89º 0.34% 0.47% -
HSV(B) 328.89º 0.5% 0.63% -
XYZ 21.08 14.72 20.14 -
YUV 109.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 161 80 122 0 0.50 0.24 0.37 328.89 0.34 0.47
Hex A1 50 7A 0 32 18 25 149 22 2F
Octal 241 120 172 0 62 30 45 511 42 57
Binary 10100001 1010000 1111010 0 110010 11000 100101 101001001 100010 101111

Color Harmonies of #A1507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1507A

Black with #A1507A

Text Example


Text Example

White with #A1507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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