Html Css Color HEX #A84A7A Royal Heath

📋 copy color: '#A84A7A'

red 168 ◦ green 74 ◦ blue 122

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

Shades of Royal Heath #A84A7A

Tints of Royal Heath #A84A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 46.15%
G = 20.33%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A84A7A (or 0xA84A7A) is known color: Royal Heath. HEX triplet: A8, 4A and 7A. RGB value is (168,74,122). Sum of RGB (Red+Green+Blue) = 168+74+122=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A7A is #57B585. Grayscale: #6B6B6B. Windows color (decimal): -5748102 or 8014504. OLE color: 8014504.

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

Color convert

RGB 168 74 122 -
CMYK 0 0.56 0.27 0.34
HSL 329.36º 0.39% 0.47% -
HSV(B) 329.36º 0.56% 0.66% -
XYZ 22.11 14.63 20.07 -
YUV 107.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 168 74 122 0 0.56 0.27 0.34 329.36 0.39 0.47
Hex A8 4A 7A 0 38 1B 22 149 27 2F
Octal 250 112 172 0 70 33 42 511 47 57
Binary 10101000 1001010 1111010 0 111000 11011 100010 101001001 100111 101111

Color Harmonies of #A84A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A7A

Black with #A84A7A

Text Example


Text Example

White with #A84A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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