Html Css Color HEX #A34375 Royal Heath

📋 copy color: '#A34375'

red 163 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #A34375

Tints of Royal Heath #A34375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.31%

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

R = 46.97%
G = 19.31%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A34375 (or 0xA34375) is known color: Royal Heath. HEX triplet: A3, 43 and 75. RGB value is (163,67,117). Sum of RGB (Red+Green+Blue) = 163+67+117=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A34375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34375 is #5CBC8A. Grayscale: #656565. Windows color (decimal): -6077579 or 7685027. OLE color: 7685027.

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

Color convert

RGB 163 67 117 -
CMYK 0 0.59 0.28 0.36
HSL 328.75º 0.42% 0.45% -
HSV(B) 328.75º 0.59% 0.64% -
XYZ 20.32 13.09 18.28 -
YUV 101.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 163 67 117 0 0.59 0.28 0.36 328.75 0.42 0.45
Hex A3 43 75 0 3B 1C 24 149 2A 2D
Octal 243 103 165 0 73 34 44 511 52 55
Binary 10100011 1000011 1110101 0 111011 11100 100100 101001001 101010 101101

Color Harmonies of #A34375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34375

Black with #A34375

Text Example


Text Example

White with #A34375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34375; }

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

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

background-color css

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

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

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

border-color css

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

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

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