Html Css Color HEX #A84A81 Royal Heath

📋 copy color: '#A84A81'

red 168 ◦ green 74 ◦ blue 129

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

Shades of Royal Heath #A84A81

Tints of Royal Heath #A84A81

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

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

R = 45.28%
G = 19.95%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A84A81 (or 0xA84A81) is known color: Royal Heath. HEX triplet: A8, 4A and 81. RGB value is (168,74,129). Sum of RGB (Red+Green+Blue) = 168+74+129=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84A81 is #57B57E. Grayscale: #6C6C6C. Windows color (decimal): -5748095 or 8473256. OLE color: 8473256.

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

Color convert

RGB 168 74 129 -
CMYK 0 0.56 0.23 0.34
HSL 324.89º 0.39% 0.47% -
HSV(B) 324.89º 0.56% 0.66% -
XYZ 22.56 14.81 22.44 -
YUV 108.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 168 74 129 0 0.56 0.23 0.34 324.89 0.39 0.47
Hex A8 4A 81 0 38 17 22 145 27 2F
Octal 250 112 201 0 70 27 42 505 47 57
Binary 10101000 1001010 10000001 0 111000 10111 100010 101000101 100111 101111

Color Harmonies of #A84A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A81

Black with #A84A81

Text Example


Text Example

White with #A84A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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