Html Css Color HEX #A84881 Royal Heath

📋 copy color: '#A84881'

red 168 ◦ green 72 ◦ blue 129

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

Shades of Royal Heath #A84881

Tints of Royal Heath #A84881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.51%

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 45.53%
G = 19.51%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A84881 (or 0xA84881) is known color: Royal Heath. HEX triplet: A8, 48 and 81. RGB value is (168,72,129). Sum of RGB (Red+Green+Blue) = 168+72+129=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A84881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84881 is #57B77E. Grayscale: #6B6B6B. Windows color (decimal): -5748607 or 8472744. OLE color: 8472744.

HSL color Cylindrical-coordinate representation of color #A84881: hue angle of 324.38º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84881 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 129 -
CMYK 0 0.57 0.23 0.34
HSL 324.38º 0.4% 0.47% -
HSV(B) 324.38º 0.57% 0.66% -
XYZ 22.43 14.54 22.39 -
YUV 107.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 168 72 129 0 0.57 0.23 0.34 324.38 0.4 0.47
Hex A8 48 81 0 39 17 22 144 28 2F
Octal 250 110 201 0 71 27 42 504 50 57
Binary 10101000 1001000 10000001 0 111001 10111 100010 101000100 101000 101111

Color Harmonies of #A84881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84881

Black with #A84881

Text Example


Text Example

White with #A84881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84881; }

 p { color: rgb(168,72,129); }

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

background-color css

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

 a { background-color: rgb(168,72,129); }

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

border-color css

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

 span { border-color: rgb(168,72,129); }

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