Html Css Color HEX #A34A7C Royal Heath

📋 copy color: '#A34A7C'

red 163 ◦ green 74 ◦ blue 124

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

Shades of Royal Heath #A34A7C

Tints of Royal Heath #A34A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 45.15%
G = 20.5%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A34A7C (or 0xA34A7C) is known color: Royal Heath. HEX triplet: A3, 4A and 7C. RGB value is (163,74,124). Sum of RGB (Red+Green+Blue) = 163+74+124=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A7C is #5CB583. Grayscale: #6A6A6A. Windows color (decimal): -6075780 or 8145571. OLE color: 8145571.

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

Color convert

RGB 163 74 124 -
CMYK 0 0.55 0.24 0.36
HSL 326.29º 0.38% 0.46% -
HSV(B) 326.29º 0.55% 0.64% -
XYZ 21.19 14.14 20.68 -
YUV 106.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 163 74 124 0 0.55 0.24 0.36 326.29 0.38 0.46
Hex A3 4A 7C 0 37 18 24 146 26 2E
Octal 243 112 174 0 67 30 44 506 46 56
Binary 10100011 1001010 1111100 0 110111 11000 100100 101000110 100110 101110

Color Harmonies of #A34A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A7C

Black with #A34A7C

Text Example


Text Example

White with #A34A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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