#A34B7E

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

Shades of Royal Heath #A34B7E

Tints of Royal Heath #A34B7E

Color information

#A34B7E (or 0xA34B7E) is unknown color: approx Royal Heath. HEX triplet: A3, 4B and 7E. RGB value is (163,75,126). Sum of RGB (Red+Green+Blue) = 163+75+126=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34B7E is #5CB481. Grayscale: #6B6B6B. Windows color (decimal): -6075522 or 8276899. OLE color: 8276899.

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

Color convert

RGB16375126-
CMYK00.540.230.36
HSL325.23º36.97%46.67%-
HSV(B)325.23º53.99%63.92%-
XYZ21.3914.3321.38-
YUV107.13138.65167.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=44.78%
G=20.60%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637512600.540.230.36325.2336.9746.67
HexA34B7E0361724145252f
Octal24311317606627445054557
Binary1010001110010111111110011011010111100100101000101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B7E; }

 p { color: rgb(163,75,126); }

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

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

 a { background-color: rgb(163,75,126); }

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

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

 span { border-color: rgb(163,75,126); }

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