Html Css Color HEX #A95384 Royal Heath

📋 copy color: '#A95384'

red 169 ◦ green 83 ◦ blue 132

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

Shades of Royal Heath #A95384

Tints of Royal Heath #A95384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

 BLUE value IS 132 (51.95% from 255) = 34.38%

R = 44.01%
G = 21.61%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A95384 (or 0xA95384) is known color: Royal Heath. HEX triplet: A9, 53 and 84. RGB value is (169,83,132). Sum of RGB (Red+Green+Blue) = 169+83+132=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A95384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95384 is #56AC7B. Grayscale: #727272. Windows color (decimal): -5680252 or 8672169. OLE color: 8672169.

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

Color convert

RGB 169 83 132 -
CMYK 0 0.51 0.22 0.34
HSL 325.81º 0.34% 0.49% -
HSV(B) 325.81º 0.51% 0.66% -
XYZ 23.62 16.29 23.73 -
YUV 114.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 169 83 132 0 0.51 0.22 0.34 325.81 0.34 0.49
Hex A9 53 84 0 33 16 22 146 22 31
Octal 251 123 204 0 63 26 42 506 42 61
Binary 10101001 1010011 10000100 0 110011 10110 100010 101000110 100010 110001

Color Harmonies of #A95384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95384

Black with #A95384

Text Example


Text Example

White with #A95384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95384; }

 p { color: rgb(169,83,132); }

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

background-color css

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

 a { background-color: rgb(169,83,132); }

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

border-color css

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

 span { border-color: rgb(169,83,132); }

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