Html Css Color HEX #A84F7B Royal Heath

📋 copy color: '#A84F7B'

red 168 ◦ green 79 ◦ blue 123

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

Shades of Royal Heath #A84F7B

Tints of Royal Heath #A84F7B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 45.41%
G = 21.35%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A84F7B (or 0xA84F7B) is known color: Royal Heath. HEX triplet: A8, 4F and 7B. RGB value is (168,79,123). Sum of RGB (Red+Green+Blue) = 168+79+123=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84F7B is #57B084. Grayscale: #6E6E6E. Windows color (decimal): -5746821 or 8081320. OLE color: 8081320.

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

Color convert

RGB 168 79 123 -
CMYK 0 0.53 0.27 0.34
HSL 330.34º 0.36% 0.48% -
HSV(B) 330.34º 0.53% 0.66% -
XYZ 22.52 15.35 20.51 -
YUV 110.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 168 79 123 0 0.53 0.27 0.34 330.34 0.36 0.48
Hex A8 4F 7B 0 35 1B 22 14A 24 30
Octal 250 117 173 0 65 33 42 512 44 60
Binary 10101000 1001111 1111011 0 110101 11011 100010 101001010 100100 110000

Color Harmonies of #A84F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84F7B

Black with #A84F7B

Text Example


Text Example

White with #A84F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84F7B; }

 p { color: rgb(168,79,123); }

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

background-color css

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

 a { background-color: rgb(168,79,123); }

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

border-color css

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

 span { border-color: rgb(168,79,123); }

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