Html Css Color HEX #A85485 Royal Heath

📋 copy color: '#A85485'

red 168 ◦ green 84 ◦ blue 133

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

Shades of Royal Heath #A85485

Tints of Royal Heath #A85485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.82%

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

R = 43.64%
G = 21.82%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A85485 (or 0xA85485) is known color: Royal Heath. HEX triplet: A8, 54 and 85. RGB value is (168,84,133). Sum of RGB (Red+Green+Blue) = 168+84+133=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A85485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85485 is #57AB7A. Grayscale: #727272. Windows color (decimal): -5745531 or 8737960. OLE color: 8737960.

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

Color convert

RGB 168 84 133 -
CMYK 0 0.5 0.21 0.34
HSL 325º 0.33% 0.49% -
HSV(B) 325º 0.5% 0.66% -
XYZ 23.55 16.36 24.11 -
YUV 114.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 168 84 133 0 0.5 0.21 0.34 325 0.33 0.49
Hex A8 54 85 0 32 15 22 145 21 31
Octal 250 124 205 0 62 25 42 505 41 61
Binary 10101000 1010100 10000101 0 110010 10101 100010 101000101 100001 110001

Color Harmonies of #A85485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85485

Black with #A85485

Text Example


Text Example

White with #A85485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85485; }

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

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

background-color css

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

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

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

border-color css

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

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

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