Html Css Color HEX #A95085 Royal Heath

📋 copy color: '#A95085'

red 169 ◦ green 80 ◦ blue 133

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

Shades of Royal Heath #A95085

Tints of Royal Heath #A95085

RGB

 RED value IS 169 (66.41% from 255) = 44.24%

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

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

R = 44.24%
G = 20.94%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A95085 (or 0xA95085) is known color: Royal Heath. HEX triplet: A9, 50 and 85. RGB value is (169,80,133). Sum of RGB (Red+Green+Blue) = 169+80+133=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A95085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95085 is #56AF7A. Grayscale: #707070. Windows color (decimal): -5681019 or 8736937. OLE color: 8736937.

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

Color convert

RGB 169 80 133 -
CMYK 0 0.53 0.21 0.34
HSL 324.27º 0.36% 0.49% -
HSV(B) 324.27º 0.53% 0.66% -
XYZ 23.46 15.87 24.02 -
YUV 112.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 169 80 133 0 0.53 0.21 0.34 324.27 0.36 0.49
Hex A9 50 85 0 35 15 22 144 24 31
Octal 251 120 205 0 65 25 42 504 44 61
Binary 10101001 1010000 10000101 0 110101 10101 100010 101000100 100100 110001

Color Harmonies of #A95085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95085

Black with #A95085

Text Example


Text Example

White with #A95085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95085; }

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

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

background-color css

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

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

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

border-color css

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

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

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