Html Css Color HEX #A85483 Royal Heath

📋 copy color: '#A85483'

red 168 ◦ green 84 ◦ blue 131

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

Shades of Royal Heath #A85483

Tints of Royal Heath #A85483

RGB

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

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

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

R = 43.86%
G = 21.93%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A85483 (or 0xA85483) is known color: Royal Heath. HEX triplet: A8, 54 and 83. RGB value is (168,84,131). Sum of RGB (Red+Green+Blue) = 168+84+131=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A85483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85483 is #57AB7C. Grayscale: #727272. Windows color (decimal): -5745533 or 8606888. OLE color: 8606888.

HSL color Cylindrical-coordinate representation of color #A85483: hue angle of 326.43º 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 #A85483 is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 84 131 -
CMYK 0 0.5 0.22 0.34
HSL 326.43º 0.33% 0.49% -
HSV(B) 326.43º 0.5% 0.66% -
XYZ 23.42 16.3 23.39 -
YUV 114.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 168 84 131 0 0.5 0.22 0.34 326.43 0.33 0.49
Hex A8 54 83 0 32 16 22 146 21 31
Octal 250 124 203 0 62 26 42 506 41 61
Binary 10101000 1010100 10000011 0 110010 10110 100010 101000110 100001 110001

Color Harmonies of #A85483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85483

Black with #A85483

Text Example


Text Example

White with #A85483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85483; }

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

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

background-color css

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

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

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

border-color css

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

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

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