Html Css Color HEX #A85683 Royal Heath

📋 copy color: '#A85683'

red 168 ◦ green 86 ◦ blue 131

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

Shades of Royal Heath #A85683

Tints of Royal Heath #A85683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

 BLUE value IS 131 (51.56% from 255) = 34.03%

R = 43.64%
G = 22.34%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A85683 (or 0xA85683) is known color: Royal Heath. HEX triplet: A8, 56 and 83. RGB value is (168,86,131). Sum of RGB (Red+Green+Blue) = 168+86+131=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A85683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85683 is #57A97C. Grayscale: #737373. Windows color (decimal): -5745021 or 8607400. OLE color: 8607400.

HSL color Cylindrical-coordinate representation of color #A85683: hue angle of 327.07º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A85683 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 86 131 -
CMYK 0 0.49 0.22 0.34
HSL 327.07º 0.32% 0.5% -
HSV(B) 327.07º 0.49% 0.66% -
XYZ 23.57 16.62 23.44 -
YUV 115.65 136.67 165.34 -
System Red Green Blue C M Y K H S L
Decimal 168 86 131 0 0.49 0.22 0.34 327.07 0.32 0.5
Hex A8 56 83 0 31 16 22 147 20 32
Octal 250 126 203 0 61 26 42 507 40 62
Binary 10101000 1010110 10000011 0 110001 10110 100010 101000111 100000 110010

Color Harmonies of #A85683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85683

Black with #A85683

Text Example


Text Example

White with #A85683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85683; }

 p { color: rgb(168,86,131); }

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

background-color css

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

 a { background-color: rgb(168,86,131); }

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

border-color css

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

 span { border-color: rgb(168,86,131); }

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