Html Css Color HEX #A34A7F Royal Heath

📋 copy color: '#A34A7F'

red 163 ◦ green 74 ◦ blue 127

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

Shades of Royal Heath #A34A7F

Tints of Royal Heath #A34A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.89%

R = 44.78%
G = 20.33%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A34A7F (or 0xA34A7F) is known color: Royal Heath. HEX triplet: A3, 4A and 7F. RGB value is (163,74,127). Sum of RGB (Red+Green+Blue) = 163+74+127=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A7F is #5CB580. Grayscale: #6A6A6A. Windows color (decimal): -6075777 or 8342179. OLE color: 8342179.

HSL color Cylindrical-coordinate representation of color #A34A7F: hue angle of 324.27º 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 #A34A7F is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 74 127 -
CMYK 0 0.55 0.22 0.36
HSL 324.27º 0.38% 0.46% -
HSV(B) 324.27º 0.55% 0.64% -
XYZ 21.38 14.22 21.7 -
YUV 106.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 163 74 127 0 0.55 0.22 0.36 324.27 0.38 0.46
Hex A3 4A 7F 0 37 16 24 144 26 2E
Octal 243 112 177 0 67 26 44 504 46 56
Binary 10100011 1001010 1111111 0 110111 10110 100100 101000100 100110 101110

Color Harmonies of #A34A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A7F

Black with #A34A7F

Text Example


Text Example

White with #A34A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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