#A34C83

Color #A34C83 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A34C83

Tints of Royal Heath #A34C83

Color information

#A34C83 (or 0xA34C83) is unknown color: approx Royal Heath. HEX triplet: A3, 4C and 83. RGB value is (163,76,131). Sum of RGB (Red+Green+Blue) = 163+76+131=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34C83 is #5CB37C. Grayscale: #6C6C6C. Windows color (decimal): -6075261 or 8604835. OLE color: 8604835.

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

Color convert

RGB16376131-
CMYK00.530.200.36
HSL322.07º36.4%46.86%-
HSV(B)322.07º53.37%63.92%-
XYZ21.7914.5923.14-
YUV108.28140.82167.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 76 (30.08% from 255) = 20.54%
BLUE value IS 131 (51.56% from 255) = 35.41%
R=44.05%
G=20.54%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637613100.530.200.36322.0736.446.86
HexA34C830351424142242f
Octal24311420306524445024457
Binary10100011100110010000011011010110100100100101000010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C83; }

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

 H1.HeaderClassName
 {
   color: #A34C83;
 }
 .AnyTagClassName
 {
   color: #A34C83;
 }
</style>
background-color css

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

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

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

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

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

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