Html Css Color HEX #A83C77 Royal Heath

📋 copy color: '#A83C77'

red 168 ◦ green 60 ◦ blue 119

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

Shades of Royal Heath #A83C77

Tints of Royal Heath #A83C77

RGB

 RED value IS 168 (66.02% from 255) = 48.41%

 GREEN value IS 60 (23.83% from 255) = 17.29%

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 48.41%
G = 17.29%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A83C77 (or 0xA83C77) is known color: Royal Heath. HEX triplet: A8, 3C and 77. RGB value is (168,60,119). Sum of RGB (Red+Green+Blue) = 168+60+119=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83C77 is #57C388. Grayscale: #626262. Windows color (decimal): -5751689 or 7814312. OLE color: 7814312.

HSL color Cylindrical-coordinate representation of color #A83C77: hue angle of 327.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83C77 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 60 119 -
CMYK 0 0.64 0.29 0.34
HSL 327.22º 0.47% 0.45% -
HSV(B) 327.22º 0.64% 0.66% -
XYZ 21.09 12.89 18.83 -
YUV 99.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 168 60 119 0 0.64 0.29 0.34 327.22 0.47 0.45
Hex A8 3C 77 0 40 1D 22 147 2F 2D
Octal 250 74 167 0 100 35 42 507 57 55
Binary 10101000 111100 1110111 0 1000000 11101 100010 101000111 101111 101101

Color Harmonies of #A83C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83C77

Black with #A83C77

Text Example


Text Example

White with #A83C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83C77; }

 p { color: rgb(168,60,119); }

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

background-color css

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

 a { background-color: rgb(168,60,119); }

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

border-color css

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

 span { border-color: rgb(168,60,119); }

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