Html Css Color HEX #A34B74 Royal Heath

📋 copy color: '#A34B74'

red 163 ◦ green 75 ◦ blue 116

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

Shades of Royal Heath #A34B74

Tints of Royal Heath #A34B74

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.19%

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 46.05%
G = 21.19%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A34B74 (or 0xA34B74) is known color: Royal Heath. HEX triplet: A3, 4B and 74. RGB value is (163,75,116). Sum of RGB (Red+Green+Blue) = 163+75+116=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34B74 is #5CB48B. Grayscale: #696969. Windows color (decimal): -6075532 or 7621539. OLE color: 7621539.

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

Color convert

RGB 163 75 116 -
CMYK 0 0.54 0.29 0.36
HSL 332.05º 0.37% 0.47% -
HSV(B) 332.05º 0.54% 0.64% -
XYZ 20.77 14.08 18.15 -
YUV 105.99 133.65 168.67 -
System Red Green Blue C M Y K H S L
Decimal 163 75 116 0 0.54 0.29 0.36 332.05 0.37 0.47
Hex A3 4B 74 0 36 1D 24 14C 25 2F
Octal 243 113 164 0 66 35 44 514 45 57
Binary 10100011 1001011 1110100 0 110110 11101 100100 101001100 100101 101111

Color Harmonies of #A34B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34B74

Black with #A34B74

Text Example


Text Example

White with #A34B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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