Html Css Color HEX #A85085 Royal Heath

📋 copy color: '#A85085'

red 168 ◦ green 80 ◦ blue 133

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

Shades of Royal Heath #A85085

Tints of Royal Heath #A85085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21%

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

R = 44.09%
G = 21%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A85085 (or 0xA85085) is known color: Royal Heath. HEX triplet: A8, 50 and 85. RGB value is (168,80,133). Sum of RGB (Red+Green+Blue) = 168+80+133=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A85085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85085 is #57AF7A. Grayscale: #707070. Windows color (decimal): -5746555 or 8736936. OLE color: 8736936.

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

Color convert

RGB 168 80 133 -
CMYK 0 0.52 0.21 0.34
HSL 323.86º 0.35% 0.49% -
HSV(B) 323.86º 0.52% 0.66% -
XYZ 23.25 15.76 24.01 -
YUV 112.35 139.65 167.69 -
System Red Green Blue C M Y K H S L
Decimal 168 80 133 0 0.52 0.21 0.34 323.86 0.35 0.49
Hex A8 50 85 0 34 15 22 144 23 31
Octal 250 120 205 0 64 25 42 504 43 61
Binary 10101000 1010000 10000101 0 110100 10101 100010 101000100 100011 110001

Color Harmonies of #A85085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85085

Black with #A85085

Text Example


Text Example

White with #A85085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85085; }

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

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

background-color css

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

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

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

border-color css

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

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

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