Html Css Color HEX #A85385 Royal Heath

📋 copy color: '#A85385'

red 168 ◦ green 83 ◦ blue 133

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

Shades of Royal Heath #A85385

Tints of Royal Heath #A85385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

 BLUE value IS 133 (52.34% from 255) = 34.64%

R = 43.75%
G = 21.61%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A85385 (or 0xA85385) is known color: Royal Heath. HEX triplet: A8, 53 and 85. RGB value is (168,83,133). Sum of RGB (Red+Green+Blue) = 168+83+133=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A85385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85385 is #57AC7A. Grayscale: #727272. Windows color (decimal): -5745787 or 8737704. OLE color: 8737704.

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

Color convert

RGB 168 83 133 -
CMYK 0 0.51 0.21 0.34
HSL 324.71º 0.34% 0.49% -
HSV(B) 324.71º 0.51% 0.66% -
XYZ 23.48 16.2 24.08 -
YUV 114.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 168 83 133 0 0.51 0.21 0.34 324.71 0.34 0.49
Hex A8 53 85 0 33 15 22 145 22 31
Octal 250 123 205 0 63 25 42 505 42 61
Binary 10101000 1010011 10000101 0 110011 10101 100010 101000101 100010 110001

Color Harmonies of #A85385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85385

Black with #A85385

Text Example


Text Example

White with #A85385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85385; }

 p { color: rgb(168,83,133); }

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

background-color css

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

 a { background-color: rgb(168,83,133); }

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

border-color css

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

 span { border-color: rgb(168,83,133); }

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