Html Css Color HEX #A85D7B Royal Heath

📋 copy color: '#A85D7B'

red 168 ◦ green 93 ◦ blue 123

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

Shades of Royal Heath #A85D7B

Tints of Royal Heath #A85D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.22%

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 43.75%
G = 24.22%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A85D7B (or 0xA85D7B) is known color: Royal Heath. HEX triplet: A8, 5D and 7B. RGB value is (168,93,123). Sum of RGB (Red+Green+Blue) = 168+93+123=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85D7B is #57A284. Grayscale: #767676. Windows color (decimal): -5743237 or 8084904. OLE color: 8084904.

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

Color convert

RGB 168 93 123 -
CMYK 0 0.45 0.27 0.34
HSL 336º 0.3% 0.51% -
HSV(B) 336º 0.45% 0.66% -
XYZ 23.64 17.58 20.89 -
YUV 118.85 130.35 163.06 -
System Red Green Blue C M Y K H S L
Decimal 168 93 123 0 0.45 0.27 0.34 336 0.3 0.51
Hex A8 5D 7B 0 2D 1B 22 150 1E 33
Octal 250 135 173 0 55 33 42 520 36 63
Binary 10101000 1011101 1111011 0 101101 11011 100010 101010000 11110 110011

Color Harmonies of #A85D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D7B

Black with #A85D7B

Text Example


Text Example

White with #A85D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D7B; }

 p { color: rgb(168,93,123); }

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

background-color css

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

 a { background-color: rgb(168,93,123); }

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

border-color css

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

 span { border-color: rgb(168,93,123); }

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