Html Css Color HEX #A1477D Royal Heath

📋 copy color: '#A1477D'

red 161 ◦ green 71 ◦ blue 125

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

Shades of Royal Heath #A1477D

Tints of Royal Heath #A1477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 45.1%
G = 19.89%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1477D (or 0xA1477D) is known color: Royal Heath. HEX triplet: A1, 47 and 7D. RGB value is (161,71,125). Sum of RGB (Red+Green+Blue) = 161+71+125=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1477D is #5EB882. Grayscale: #676767. Windows color (decimal): -6207619 or 8210337. OLE color: 8210337.

HSL color Cylindrical-coordinate representation of color #A1477D: hue angle of 324º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1477D is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 71 125 -
CMYK 0 0.56 0.22 0.37
HSL 324º 0.39% 0.45% -
HSV(B) 324º 0.56% 0.63% -
XYZ 20.65 13.56 20.93 -
YUV 104.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 161 71 125 0 0.56 0.22 0.37 324 0.39 0.45
Hex A1 47 7D 0 38 16 25 144 27 2D
Octal 241 107 175 0 70 26 45 504 47 55
Binary 10100001 1000111 1111101 0 111000 10110 100101 101000100 100111 101101

Color Harmonies of #A1477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1477D

Black with #A1477D

Text Example


Text Example

White with #A1477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1477D; }

 p { color: rgb(161,71,125); }

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

background-color css

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

 a { background-color: rgb(161,71,125); }

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

border-color css

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

 span { border-color: rgb(161,71,125); }

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