Html Css Color HEX #A34E75 Royal Heath

📋 copy color: '#A34E75'

red 163 ◦ green 78 ◦ blue 117

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

Shades of Royal Heath #A34E75

Tints of Royal Heath #A34E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.79%

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 45.53%
G = 21.79%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A34E75 (or 0xA34E75) is known color: Royal Heath. HEX triplet: A3, 4E and 75. RGB value is (163,78,117). Sum of RGB (Red+Green+Blue) = 163+78+117=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34E75 is #5CB18A. Grayscale: #6B6B6B. Windows color (decimal): -6074763 or 7687843. OLE color: 7687843.

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

Color convert

RGB 163 78 117 -
CMYK 0 0.52 0.28 0.36
HSL 332.47º 0.35% 0.47% -
HSV(B) 332.47º 0.52% 0.64% -
XYZ 21.04 14.52 18.52 -
YUV 107.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 163 78 117 0 0.52 0.28 0.36 332.47 0.35 0.47
Hex A3 4E 75 0 34 1C 24 14C 23 2F
Octal 243 116 165 0 64 34 44 514 43 57
Binary 10100011 1001110 1110101 0 110100 11100 100100 101001100 100011 101111

Color Harmonies of #A34E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34E75

Black with #A34E75

Text Example


Text Example

White with #A34E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34E75; }

 p { color: rgb(163,78,117); }

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

background-color css

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

 a { background-color: rgb(163,78,117); }

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

border-color css

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

 span { border-color: rgb(163,78,117); }

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