Html Css Color HEX #A34A72 Royal Heath

📋 copy color: '#A34A72'

red 163 ◦ green 74 ◦ blue 114

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

Shades of Royal Heath #A34A72

Tints of Royal Heath #A34A72

RGB

 RED value IS 163 (64.06% from 255) = 46.44%

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

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 46.44%
G = 21.08%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A34A72 (or 0xA34A72) is known color: Royal Heath. HEX triplet: A3, 4A and 72. RGB value is (163,74,114). Sum of RGB (Red+Green+Blue) = 163+74+114=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A72 is #5CB58D. Grayscale: #696969. Windows color (decimal): -6075790 or 7490211. OLE color: 7490211.

HSL color Cylindrical-coordinate representation of color #A34A72: hue angle of 333.03º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A72 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 74 114 -
CMYK 0 0.55 0.30 0.36
HSL 333.03º 0.38% 0.46% -
HSV(B) 333.03º 0.55% 0.64% -
XYZ 20.59 13.9 17.52 -
YUV 105.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 163 74 114 0 0.55 0.30 0.36 333.03 0.38 0.46
Hex A3 4A 72 0 37 1E 24 14D 26 2E
Octal 243 112 162 0 67 36 44 515 46 56
Binary 10100011 1001010 1110010 0 110111 11110 100100 101001101 100110 101110

Color Harmonies of #A34A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A72

Black with #A34A72

Text Example


Text Example

White with #A34A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A72; }

 p { color: rgb(163,74,114); }

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

background-color css

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

 a { background-color: rgb(163,74,114); }

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

border-color css

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

 span { border-color: rgb(163,74,114); }

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