Html Css Color HEX #A34C7D Royal Heath

📋 copy color: '#A34C7D'

red 163 ◦ green 76 ◦ blue 125

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

Shades of Royal Heath #A34C7D

Tints of Royal Heath #A34C7D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.88%

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 44.78%
G = 20.88%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A34C7D (or 0xA34C7D) is known color: Royal Heath. HEX triplet: A3, 4C and 7D. RGB value is (163,76,125). Sum of RGB (Red+Green+Blue) = 163+76+125=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34C7D is #5CB382. Grayscale: #6B6B6B. Windows color (decimal): -6075267 or 8211619. OLE color: 8211619.

HSL color Cylindrical-coordinate representation of color #A34C7D: hue angle of 326.21º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A34C7D is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 76 125 -
CMYK 0 0.53 0.23 0.36
HSL 326.21º 0.36% 0.47% -
HSV(B) 326.21º 0.53% 0.64% -
XYZ 21.39 14.44 21.06 -
YUV 107.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 163 76 125 0 0.53 0.23 0.36 326.21 0.36 0.47
Hex A3 4C 7D 0 35 17 24 146 24 2F
Octal 243 114 175 0 65 27 44 506 44 57
Binary 10100011 1001100 1111101 0 110101 10111 100100 101000110 100100 101111

Color Harmonies of #A34C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34C7D

Black with #A34C7D

Text Example


Text Example

White with #A34C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34C7D; }

 p { color: rgb(163,76,125); }

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

background-color css

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

 a { background-color: rgb(163,76,125); }

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

border-color css

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

 span { border-color: rgb(163,76,125); }

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